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
what is use of space parameter in dd statement?
List the different jcl statements that are not permitted in the procedures?
What is the function of the dd dcb keyword?
in ways data can be passed to a COBOL program from JCL?
What are the rules employed while naming the steps in a job?
Explain about LMQUERY�give a dialog information about a data set
what is the purpose of coding notify parameter in job statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the function of the steplib dd statement?
which utility is used a dummy utility?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the difference between the positional and keyword parameters? Give examples.
What is use of restart and how to use it?