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 / amarnadh reddy
I think the second step will be executed, If the previous
step abend.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
how can the same proc be re-used and called by many jobs?
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?
what are the statements that are not valid to be included in an include statement?
Can I send output of job to my remote device careerride123?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can a jobs execution priority be modified?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain how can the attributes of one sms dataset be copied to another dataset?
how do you access an uncataloged dataset in a jcl?
Explain the function of the dd dcb keyword?
when can a job time-out occur? How to overcome that?
What do you understand by jcl?
what is the purpose of coding class parameter in job statement?
Differentiate between the joblib and the steplib statements?