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 |
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
In job processing, what happens in execution stage?
what sort card you will use to copy the data from one dataset to another dataset?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
I had 100 steps in jcl i want to execute first 10 steps only?
Explain how can return codes be tested before execution of a job step?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
What does SYSIN * indicate?