COND ->
step1
.
.
step2,
Step2, Executes if the CC of step1 is 0.
But even if it is NOT 0 and if we dont give COND, will step2
be executed ?
Answer Posted / sillyme
Step2 without COND will be executed regardless of Step1 RC
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which dd parameters are required?
Explain the jcl exec statement?
Brief description of inline procedure of jcl.
What happens if both JOBLIB & STEPLIB is specified ?
What is the syntax of JCL statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Is it possible to left uncode disp?
What is the significance of addrspc parameter in exec statement?
Explain how can the submitting users racf authority be overridden in a job stream?
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?
Can an individual step be restricted from using all the jobs allowed cpu time?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
when does a dataset go uncataloged?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Can we call instream to catalog and catalog to instream?