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 are you going to remove duplicates from the file that is being read?
What is a hyperdescriptor? How does it work?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is cobol coding sheet?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Define cobol coding sheet?
Explain how many work file we can code in jcl?
Tell me what type of files we can process thru file-aid?
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?
Explain how to find occurrence of mu and pe fields in a file?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain the difference between external subroutine and subprogram?