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 |
What are the utility programs in jcl?
How can return codes be tested before execution of a job step?
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
How do you skip a particular step in a proc/JOB?
List in order the hierarchical levels of jcl?
Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.
9 Answers iGate, Lehman Brothers,
Explain about LMCOPY -
what happens if job falls in loop ? how to resolve it ?
What happens if both JOBLIB & STEPLIB is specified ?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
a dd statement has 2 types of parameters. Name them?
i have a string of 80 chars i want to replace 4th char with "a"?