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 |
Explain about RECORDING MODE Clause
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
what are the ways of passing data to a cobol program from jcl?
How to execute step2,step1, step3 if step1,2,3 are in order
How to execute only th 15th step of JCL consisting of 50 steps?
what is mainframe?
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
How do you find which GDG is using which dataset?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
Explain the function of //cntl statement?
what are the various stages of job processing?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????