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
is there any way to execute more than one proc in the same exec statement at the same time..?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Define concatenating?
Explain dd statement in jcl?
What is the format of comment statement?
what operation is performed by job statement?
what is use of disp parameter in dd statement?
what is the difference between JES3 and JES2?
Is automatic restart possible in jcl?
Explain in DD statement what is the use of DCB parameter?
What is the function of job statement in jcl?
Which dd parameters are required?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain the function of dd name parameter with a 2 part structure; audit.report?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.