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 operation is performed by job statement?
List the different components of jcl statement?
Explain about ISPF/TSO Commands
What are the utility programs in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is “Cond= even” and “Cond=only”?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How can return codes be tested before execution of a job step?
What are the parameters that are used in creating a gdg?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the significance of addrspc parameter in exec statement?
What are hierarchy levels in jcl?
what is the compile process of cobol program expalin with code
Differentiate between addressing mode and run mode.
What are the rules employed while naming the steps in a job?