How to execute a set of JCL statements from a COBOL program ?
Answer Posted / pradeep
Yes, can be very much done. Only thing is that the dataset
which contains this JCL statements should be mapped to the
JCL dd statement with INTRDR
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Differentiate between addressing mode and run mode.
what are JCLLIB and STEPLIB in JCL?
How is a type of file defined in the jcl that executes the cobol program?
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
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Is acct parameter mandatory?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Can we use DISP=SHR in output file in JCL
When space is allocated for an output dataset, what units can be used?
What are the 4 fields in dd statement?
what is JCL?
What is the motivation behind coding class parameter in job statement?
What is the function of a dd statement?
Explain the function of job statement in jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?