If a job has 3 steps and step 1 and step 3 should get
executed and step 2 should not get executed irrespective of
the return code from the previous steps. How can it be done?
Answer Posted / mr. cooooool
Hi..........
We can use condition parameter for step2.
//JOBCARD
//STEP1 EXEC=PGM1
//STEP2 EXEC=PGM2,COND=(0,LE,STEP1)
//STEP3 EXEC=PGM3
//
THANKS
| Is This Answer Correct ? | 30 Yes | 3 No |
Post New Answer View All Answers
Which statement is used to identify the private libraries in job?
what is DSN in JCL and what are the parameters to declare the DSN?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
how you can access an uncataloged dataset in a JCL?
What is the maximum length of a single line of jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
i want to store 20 digits . how will u do it in cobol ?
In job processing, what happens in conversion stage?
I need exexution process for JCL programs
What is job control language?
What is the purpose of dd?
Name the statement which can be used to send data to another mvs jes3 node?
is there any way to execute more than one proc in the same exec statement at the same 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?
what is the use of JCL?