How do you receive data passed through JCL parm parameter in a
Natural program ? How Data definition is defined in the program?
Answer Posted / umesh pujari
By Using linkage section in program
| Is This Answer Correct ? | 4 Yes | 28 No |
Post New Answer View All Answers
What is a hyperdescriptor?
Explain control variable in online screens?
Explain how to find occurrence of mu and pe fields in a file?
Define cobol coding sheet?
What is data trace system 2.0 used for?
Explain why do we use file-aid for seqential files?
Can we see the copy book length using file-aid?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
What is a hyperdescriptor? How does it work?
How to find occurrence of mu and pe fields in a file?
Explain difference between read(1) and read work file once?
Explain the like inverted list?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?