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 “keyword” with respect to jcl and what is the opposite of the term?
Differentiate between addressing mode and run mode.
how do you code a null statement?
Explain the function of the steplib dd statement?
How to override loadlib?
When space is allocated for an output dataset, what units can be used?
How gdg are concatenated?
What do you understand by jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain how can values be passed from the job stream to an executable program?
Is it possible to define dd statements as you want?
Can I share my data with other jobs? How?
How to do automated restart when a job abend?
when does a dataset go uncataloged?
Explain the purpose of dd * statement in jcl?