i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / raghu
we have to code restart parametr on job stmt and code cond on
step level
eg//jooob1 ------------------- restart=stepname.procname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain about LMFREE�free data set from its association with data ID
How does jcl act on a cobol code?
What is NOTCAT ?
what are JCLLIB and STEPLIB in JCL?
Explain the purpose of the dd keylen parameter?
Explain the function of //jcllib statement?
what operation is performed by job statement?
how do you code a null statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
when does a dataset go uncataloged?
Explain the function of the dd dcb keyword?
what JCL Procedures?
What are the rules employed while naming the steps in a job?
Is there any command to check wether the ps file is in sorted order?