There are 5 steps in a Job. How to bypass the first step
by making use of only COND Parameter and not using any
Restart and IF/THEN/ELSE parameter?
Answer Posted / marekj
Answer #1 is correct.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
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 do you code a null statement?
what operation is performed by job statement?
What is multithreading in jcl?
What are the 4 fields in dd statement?
Is it possible to left uncode disp? If yes, how?
whats the diff bw the evaluate also and and?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is job control language?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what are the various stages of job processing?
What is the use of symbol // in jcl?
What is timing concept in mainframe?
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?
What are steplib and joblib?