what is the COND=EVEN ? Can anyone give me an example to
explain the usage.
Answer Posted / dnyandeep
COND=EVEN, when it is coded on JCL step, that step will execute EVEN when previous step executes abnormally. This means even if previous step completes then also this step will execute.
COND=ONLY, when it is coded on JCL step, that step will execute only when previous step executes abnormally.
I think the use of it depends on programmers need and logic.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
what is the purpose of coding class parameter in job statement?
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 ?
Can we call instream to catalog and catalog to instream?
What do you understand by the term job time – out and how can you overcome that?
How to submit jcl through a cobol program?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what is the resolution for sb37 error
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How can unused space allocation be returned to the system when a dataset is closed?
what sort card you will use to copy the data from one dataset to another dataset?
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' ?
Explain how can a stopped job be started again?
What is catelog procedure and how many catelog procedure to use in one job?
Is condition checking possible in jcl?