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
How can unused space allocation be returned to the system when a dataset is closed?
Can I share my data with other jobs? How?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what is DSN in JCL and what are the parameters to declare the DSN?
what is use of dcb parameter in dd statement?
Name a few IBM utility programs, and explain its function.
What is the purpose of dd * statement in jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Differentiate between addressing mode and run mode.
what is the use of IEBGENER utility?
what is a jcl?
How to alter the parameters for the existing gdg?
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
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the function of //jcllib statement?