If a JOBSTEP abends, AND without using COND also, all the
subsequent steps execute, then what is the use of using EVEN
? Why do we use EVEN when without it also all the JOBSTEPs
execute ?
Answer Posted / ch.mohan
use cond=even then perticular job is execute indipendently
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Name a few IBM utility programs, and explain its function.
in ways data can be passed to a COBOL program from JCL?
A dd statement consists of 4 fields. Name them?
Is automatic restart possible in jcl? If yes, how?
which parameter is used to check the syntax of a jcl without executing it?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is notcat 2 - gs?
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
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Which dd parameters are required?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to alter the parameters for the existing gdg?
What is Cataloged Procedures?