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
how do you access an uncataloged dataset in a jcl?
For what purpose steplib and joblib are used ?
What is the purpose of dd?
how you can direct the data to spool using SYSOUT option?
Can we call instream to catalog and catalog to instream?
i want to store 20 digits . how will u do it in cobol ?
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
what is use of disp parameter in dd statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is DSN in JCL and what are the parameters to declare the DSN?
When space is allocated for an output dataset, what units can be used?
What is the purpose of disp parameter?
What is the function of dd disp parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
What are steplib and joblib? What for they are used?