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
Is condition checking possible in jcl? If yes, how?
What statement can be used to send data to another mvs jes3 node?
what is SOC4 error?
Differentiate between addressing mode and run mode.
What is multithreading in jcl?
what is the use of JCL?
what are JCLLIB and STEPLIB in JCL?
which parameter is use to declare the name of dataset in dd statement?
List the various advantages of using jcl language?
How gdg are concatenated?
What do you understand by the term notcat 2 – gs?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the hierarchy levels in jcl?
What is jcl in mainframe?