There are 2 steps in a JCL. If the first step abends due to
system or user abend and the second step has COND specified
as EVEN or ONLY, will this step still be executed inspite
of the abend in the previous step?
Answer Posted / raja
The second step executes if the COND as EVEN or ONLY.
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is the purpose of coding class parameter in job statement?
When output dataset space is required, what quantity categories are used?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Which statement is used to identify the private libraries in job?
How to override loadlib?
what is “Cond= even” and “Cond=only”?
What statement can be used to send data to another mvs jes3 node?
what is the use of IEBGENER utility?
How can an in-stream dataset be terminated?
what is the purpose of coding notify parameter in job statement?
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 does jcl specify the job to the operating system?
What do you understand by the terms: joblib and steplib?
Explain the function of the dd dcb keyword?