Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?
Answers were Sorted based on User's Feedback
Answer / sushree mohanty
yes, condition codes can be given for JCL statements even
if job is scheduled thru a scheduler, since Cond parameters
is used in steps and not job level statement.
| Is This Answer Correct ? | 13 Yes | 6 No |
Answer / santy
yes i can.
COND parameters is mainly used in steps level execuition
not for the JOB levle.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / bala
Yes we can. If COND=EVEN is specified in Job card it
applies to all steps in that job and it overrides the COND
parameters coded on the EXEC statements if any.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / muttaiah
Coding Cond=even is one of the best way in case if you want
to execute all the steps in your job irrespective of any
abend..But make sure the functionality doesn't miss here.
| Is This Answer Correct ? | 0 Yes | 1 No |
How do you skip a particular step in a proc/JOB?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
If job is submitted with typerun = hold then how can we submit the same job?
how can handle the s0c4 abend???
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
when does a dataset go uncataloged?
What is the purpose of the dd keylen parameter?
Explain in DD statement what is the use of DCB parameter?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
How is the keyword DUMMY used in JCL?
How do you overcome this limitation ?