Answers

Question and Answer:

  Home  IBM Natural

⟩ How to receive data passed through JCL parm parameter in a Natural program? How Data definition is defined in the program?

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

 184 views

More Questions for you: