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
How are you going to remove duplicates from the file that is being read?
How converted the natural coding for adabas
Explain difference between read(1) and read work file once?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
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?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Can you explain control variable in online screens?
What is the difference between read(1) and read work file once?
Explain how to move cursor to a particular field when position is not known?
What is a hyperdescriptor?
Tell me can we update with histogram?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
How can we see the copy book length using file-aid?
Explain how many work file we can code in jcl?