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 ?
Answers were Sorted based on User's Feedback
Answer / kodees
Once the Job abends, the Execution in CPU ends & the job
would be returned to Output queue.
COND=EVEN in a step, allows the job to further execute in
the CPU for completion of that particular step.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ch.mohan
use cond=even then perticular job is execute indipendently
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the purpose of the dd keylen parameter?
how GDGs are concatinated?
what is check pending option
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
Is automatic restart possible in jcl? If yes, how?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is the use of IEBGENER utility?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
Explain dd statement in jcl?
What do you understand by jcl?