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 |
What is S322 abend ?
What does SYSIN * indicate?
How gdg are concatenated?
wht happens if blksize = 0 and lrec = 0 ?
What are the utility programs in jcl?
Can we browse or edit the GDG dataset if it is a tape entry?
what is “Cond= even” and “Cond=only”?
How to pass data to a program that is coded in an exec statement?
What is the function of //cntl statement?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
in jcl you are having JCLLIB and STEPLIB what happens