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
What is the significance of addrspc parameter in exec statement?
How dummy is used in jcl?
Is it possible to code instream data in a PROC?
What is the function of job statement in jcl?
Can I send output of job to my remote device careerride123?
Where & How Do You Code Identifier In Jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Can I share my data with other jobs? How?
How can the attributes of one sms dataset be copied to another dataset?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the purpose of dd?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What are the utility programs in jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC