How do you receive data passed through JCL parm parameter in a
Natural program ? How Data definition is defined in the program?
Answer Posted / rakesh paulraj
Normally in JCLs calling natural program, data is passed
using some control cards. In the natural program, the data
is received in the same order using INPUT statement similar
to STACK processing.
Data definition in Natural is done using following:
DEFINE DATA
1 #VARIABLE1 (A10) /* Alphabetic variable of length 10
..
..
END-DEFINE
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How to find occurrence of mu and pe fields in a file?
Explain the difference between external subroutine and subprogram?
Explain how to move cursor to a particular field when position is not known?
Can you explain control variable in online screens?
Explain the like inverted list?
What is cobol coding sheet?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How are you going to remove duplicates from the file that is being read?
What is data trace system 2.0 used for?
The natural file converted to PDF file if Yes then explain ?
Can we see the copy book length using file-aid?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the quality process in development?
Explain how many work file we can code in jcl?
Explain difference between read(1) and read work file once?