What is the purpose of the PARM keyword in the EXEC statement?
Answer Posted / venkatachalam
Passing the input to the COBOL Program. The length of the
parm parameter size only 100 characters.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Is acct parameter mandatory?
how do you code a null statement?
How to override loadlib?
Explain the function of the steplib dd statement?
Can we call instream to catalog and catalog to instream?
Is their any set of rules for dd? Explain.
Where can program checkpoints be stored for use in a restart?
In job processing, what happens in conversion stage?
Can an individual step be restricted from using all the jobs allowed cpu time?
what is the JCL statement consists of?
For what purpose steplib and joblib are used ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Are there any set of rules for the names of the steps used in a job?
What is the function of a dd statement?