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 parameter of the job statement is used to limit the cpu time consumed by the job?
How would you understand error(execution phase)?
what is JCL?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain about RECORDING MODE Clause
Explain how can the disposition of sysout datasets be set for an entire jobstream?
In how ways you can pass the data from Jcl to cobol ?
If Region=0k means What Happen?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
diff bw vsam and normal flat file?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to overide the symbol parameter in the jcl ?