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 |
Can we write same stepname for one or more steps in on job ?
List the various advantages of using jcl language?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
What is the use of symbol // in jcl?
What is the purpose of dd dummy statement?
is there any utility for restarting a particular step in jcl reply soon ?
what is d/f b/w sysout & sysprint
What is JCL LIB ?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
Explain the function of //jcllib statement?
What are the default system and catalog libraries in JCL?