Which COND paramter will u use to execute the step only if
the previous step does not execute
Answers were Sorted based on User's Feedback
Answer / dutta
It is said that if step does not execute..it doesn't said that step execute abnormally.
so i think we must use Cond=EVEN.it says even if previous step excecute abnormally or normally then next step must execute.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / y@$w@nth
//step01 EXEC PGM=prog1
//indd1 DD DSN=userid.sample.indataset1
//outdd2 DD DSN=userid.sample.outdataset1
//step02 EXEC PGM=prog1,COND=(0,EQ,STEP01,4,EQ,STEP01)
//indd2 DD DSN=userid.sample.indataset2
//outdd2 DD DSN=userid.sample.outdataset2
Is This Answer Correct ? | 3 Yes | 9 No |
what is use of dcb parameter in dd statement?
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
what are the various stages of job processing?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
Can a PS file be read in reverse order?If so,how
If your job fails at particular step then what would be the return code for next steps
What happens if both JOBLIB & STEPLIB is specified ?
How is a GDG base created?
What is the difference between BLKSIZE and LRECL?
how to resolve the soc4 error?
What does a disposition of (NEW,CATLG,DELETE) mean?
How to create delta file using JCL