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?
Answers were Sorted based on User's Feedback
Answer / raja
The second step executes if the COND as EVEN or ONLY.
| Is This Answer Correct ? | 25 Yes | 2 No |
Answer / amarnadh reddy
I think the second step will be executed, If the previous
step abend.
| Is This Answer Correct ? | 2 Yes | 6 No |
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
what is the alternative to model parameter?
What are steplib and joblib?
How to use COND Parameter in jcl
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
how to convert fb to vb in jcl ?
How many steps we can overide in the proc's?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
Explain how can return codes be tested before execution of a job step?
what is the restart?hopw it is invoked?