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
what is a jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is Cataloged Procedures?
how can you check if a file is empty using jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What are the jcl procedures?
How to pass the parameter in parm using linkage section ? (syntax)?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
how JCL works?
How can the disposition of sysout datasets be set for an entire jobstream?
what is DD statement is used in JCL?
A dd statement consists of 4 fields. Name them?