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 is the function of the steplib dd statement?
What is the function of a dd statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what happens in conversion stage in job processing?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Is their any limit for data sets?
How is a type of file defined in the jcl that executes the cobol program?
What do you understand by the terms: joblib and steplib?
What are steplib and joblib? What for they are used?
when does a dataset go uncataloged?
What are the utility programs in jcl?
What are the parameters that are used in creating a gdg?
whats the diff bw the evaluate also and and?
What is multithreading in jcl?
Mention the types of job control statements?