Answer Posted / kalpana dwivedi
It is true that step can be skip using condition parameter
but COND=(0,LE) is not correct, as Cond parameter works on
reverse logic.
It should be COND=(0,GE) or (4096,LE)
That means step will not run if return code of previus step
is Greater than equal to zero or if the condition code of
previous step is less than equal to 4096.
| Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to submit jcl through a cobol program?
What is the function of the steplib dd statement?
how do you access an uncataloged dataset in a jcl?
Explain the purpose of dd * statement in jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain the function of //jcllib statement?
What are the jcl procedures?
How dummy is used in jcl?
What is jcl in mainframe?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What dd statement is used to supply the name of a dataset?
what happens in conversion stage in job processing?