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
Explain difference between read(1) and read work file once?
Explain the like inverted list?
How to find occurrence of mu and pe fields in a file?
What is the quality process in development?
What is data trace system 2.0 used for?
What is the difference between read(1) and read work file once?
Explain why do we use file-aid for seqential files?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
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? How data definition is defined in the program?
What is a hyperdescriptor? How does it work?
How converted the natural coding for adabas
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain the address converter?
Explain how many work file we can code in jcl?