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 dd disp parameter?
How dummy is used in jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain dd statement in jcl?
Explain the function of the steplib dd statement?
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' ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is a 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?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is jcl in mainframe?
what are JCLLIB and STEPLIB in JCL?
Explain the purpose of dd dummy statement?
what is DSN in JCL and what are the parameters to declare the DSN?