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
What is the purpose of the dd keylen parameter?
List the various advantages of using jcl language?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How does jcl specify the job to the operating system?
How do you submit a job for execution?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What are the parameters that are used in creating a gdg?
Differentiate between addressing mode and run mode.
What is the significance of addrspc parameter in exec statement?
What are some jcl statements that are not allowed in procedures?
Brief description of inline procedure of jcl.
What do you understand by jcl?
Explain the purpose of dd * statement in jcl?
Are there any set of rules for the names of the steps used in a job?