what is the COND=EVEN ? Can anyone give me an example to
explain the usage.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suputhru
COND=EVEN,this step will execute when previous step executes abnormally or normally.
COND=ONLY, this step will execute when only(must)previous steps executes abnormally.
| Is This Answer Correct ? | 2 Yes | 0 No |
List some valid operation codes in JCL
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
how to run JCL thru COBOL.
Explain about LMQUERY�give a dialog information about a data set
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
I had 100 steps in jcl i want to execute first 10 steps only?
How many days does a job remain in spool
What does S0C4 error mean?
In DCB, what is LRECL,BLKSIZE,DSORG
What happens if both JOBLIB & STEPLIB is specified ?
What is a Generation Data Group (GDG)?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?