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 to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
which parameter is use to declare the name of dataset in dd statement?
what is DSN parameter and DISP parameter is used for?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain how can an in-stream dataset be terminated?
What are steplib and joblib? What for they are used?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is concatenating?
what is DD statement is used in JCL?
When space is allocated for an output dataset, what units can be used?
a dd statement has 2 types of parameters. Name them?
What is the function of a dd statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How can a jobs execution priority be modified?
Differentiate between addressing mode and run mode.