a job have 5 steps and it will executes a proc which have
5steps in it. now i have to execute step3 only when step2 of
proc executes successfully
Answer Posted / vinay srivastava
Code in calling JCL :
//JOB1 JOB ...
.
//Pstep EXEC PROC1,COND.STEP3=(0,LT,STEP2)
.
.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the function of job statement in jcl?
How can a stopped job be started again?
what is the purpose of coding notify parameter in job statement?
What is the purpose of the dd keylen parameter?
What are some jcl statements that are not allowed in procedures?
What is the function of the dd dcb keyword?
What are the 2 types of parameters in dd statement?
What do you understand by jcl?
What is the syntax of JCL statement?
what is the JCL statement consists of?
when does a dataset go uncataloged?
how do you code a null statement?
Why include statement is used in a jcl?
What are the 4 fields in dd statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?