COND ->
step1
.
.
step2,
Step2, Executes if the CC of step1 is 0.
But even if it is NOT 0 and if we dont give COND, will step2
be executed ?
Answers were Sorted based on User's Feedback
Answer / rup
STEP1
. .
. .
STEP2 COND(4,GE,STEP1)
STEP2 EXECUTES IF STEP1 CC=0, IF NOT 0 step2 will not
execute i.e step1 is 4 or >4 then step2 will not execute.
If condition is not giving in step2, then step2 will execute.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / sandhya
In the job card we have to give cond=(0,gt)
then if even step1 is abended then also step2 will execute
| Is This Answer Correct ? | 0 Yes | 3 No |
Why do you want to specify the REGION parameter in a JCL step?
What is difference between Return Code, user completion code, Abend code and reason Code?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
a dd statement has 2 types of parameters. Name them?
What is the purpose of dd dummy statement?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
How are datasets concatenated?
Why do you use a control card?
What is the significance of addrspc parameter in the exec statement?
wht r different types of sorts ?
i want to avoid the positional parameter how to code it ?