Which COND paramter will u use to execute the step only if
the previous step does not execute
Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by the term notcat 2 – gs?
How to run cobol program using jcl?
whats the diff bw the evaluate also and and?
I need exexution process for JCL programs
How does jcl act on a cobol code?
What is the function of the steplib dd statement?
How do you overcome this limitation ?
In job processing, what happens in execution stage?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
In job processing, what happens in conversion stage?
Suppose I have five jobs to do. But I want to hold one?
what is use of space parameter in dd statement?
Explain in DD statement what is the use of DCB parameter?
what is use of disp parameter in dd statement?