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 what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
The natural file converted to PDF file if Yes then explain ?
Can you explain control variable in online screens?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
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 control variable in online screens?
Explain how to move cursor to a particular field when position is not known?
What is a hyperdescriptor?
How can we see the copy book length using file-aid?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain the difference between external subroutine and subprogram?
Explain the address converter?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How to receive data passed through jcl parm parameter in a natural program?