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
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
how you will the direct the data to spool using sysout option?
In sms datasets, what is the function of the dd mgmtclas keyword?
In job processing, what happens in conversion stage?
Explain the purpose of dd dummy statement?
what is use of space parameter in dd statement?
i want to store 20 digits . how will u do it in cobol ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the function of the dd dcb keyword?
when can a job time-out occur? How to overcome that?
What is the purpose of the dd keylen parameter?
What parameter directs the output of the job log dataset?
What is Cataloged Procedures?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What happens if both JOBLIB & STEPLIB is specified ?