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
How would you understand error(execution phase)?
how you will the direct the data to spool using sysout option?
How do you submit a job for execution?
What is the purpose of the dd keylen parameter?
Describe the various parameters utilized in the creation of a gdg?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is one line to pass PARM from JCL to COBOL?
Is automatic restart possible in jcl?
a dd statement has 2 types of parameters. Name them?
Is it possible to define dd statements as you want?
Differentiate between the joblib and the steplib statements?
Can I share my data with other jobs? How?
Explain about ISPF/TSO Commands
Explain about LMFREE�free data set from its association with data ID
How do you access an uncatalogued dataset in a jcl?