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 how are you going to remove duplicates from the file that is being read?
How to find occurrence of mu and pe fields in a file?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain the difference between external subroutine and subprogram?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain difference between read(1) and read work file once?
What is the difference between read(1) and read work file once?
Define cobol coding sheet?
Can we see the copy book length using file-aid?
What is a hyperdescriptor? How does it work?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How to receive data passed through jcl parm parameter in a natural program?
Explain how many work file we can code in jcl?