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 / sandhya
In the job card we have to give cond=(0,gt)
then if even step1 is abended then also step2 will execute
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the function of job statement in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
a dd statement has 2 types of parameters. Name them?
How to override loadlib?
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?
Name the statement which can be used to send data to another mvs jes3 node?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Is automatic restart possible in jcl?
What is the purpose of disp parameter?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How would you understand error(execution phase)?
Give the syntax of job specifying jcl statement.
What is use of restart and how to use it?
Explain how can the submitting users racf authority be overridden in a job stream?