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 ?
Answer Posted / 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 |
Post New Answer View All Answers
Can I share my data with other jobs? How?
How to run cobol program using jcl?
Suppose I have five jobs to do. But I want to hold one?
Is their any set of rules for dd? Explain.
Where & How Do You Code Identifier In Jcl?
Is it possible to left uncode disp?
What is the function of the dd mgmtclas keyword in sms datasets?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the function of the dd avgrec keyword in sms datasets?
what is use of dsn parameter in dd statement?
How to override loadlib?
What is the function of //jcllib statement?
How can the disposition of sysout datasets be set for an entire jobstream?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
how to run batch program without jcl?