Hi,
Please clear me
when COND=ONLY and COND=EVEN. Explain me with example.
Answer Posted / suresh ramaiyan
COND=ONLY
if you mentioned this option in a step, that particular step will execute ONLY when there is an ABEND.
COND=EVEN
this particular step will execute either ABEND or not.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Why include statement is used in a jcl?
Is it possible to left uncode disp?
how to do automated restart when a job abends?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How to alter the parameters for the existing gdg?
Differentiate between addressing mode and run mode.
What is the purpose of the dd keylen parameter?
Explain the function of the steplib dd statement?
what JCL Procedures?
what is DD statement is used in JCL?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Where can program checkpoints be stored for use in a restart?
How does jcl act on code(if you take a cobol program)?