How do you receive data passed through JCL parm parameter in a
Natural program ? How Data definition is defined in the program?
Answer Posted / ad
INPUT Field1 Field2 ....
where Field1 Field2 will be defined as variable (as shown
above) with format matching the data type passed from JCL
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the data storage?
What is the quality process in development?
Can you explain control variable in online screens?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain control variable in online screens?
Tell me can we update with histogram?
What is a hyperdescriptor?
How are you going to remove duplicates from the file that is being read?
What is cobol coding sheet?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain the like inverted list?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain the difference between external subroutine and subprogram?
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?