How do you receive data passed through JCL parm parameter in a
Natural program ? How Data definition is defined in the program?
Answer Posted / misty
Data Definition in Natural
DEFINE DATA
LOCAL
1 #VARIABLE1 (A10)
END-DEFINE
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain the like inverted list?
Explain difference between read(1) and read work file once?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Define cobol coding sheet?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
How to find occurrence of mu and pe fields in a file?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
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?
Tell me can we update with histogram?
Explain how to move cursor to a particular field when position is not known?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Tell me what type of files we can process thru file-aid?
Explain how to find occurrence of mu and pe fields in a file?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?