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
Name the statement which can be used to send data to another mvs jes3 node?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Is acct parameter mandatory?
define cond parameter in jcl?
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?
Suppose I have five jobs to do. But I want to hold one?
Where can program checkpoints be stored for use in a restart?
Explain dfsort utility?
What is the purpose of dd * statement in jcl?
What are steplib and joblib? What for they are used?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the purpose of dd dummy statement?
how you can direct the data to spool using SYSOUT option?
Why block size is multiple of lrecl in jcl?
what sort card you will use to copy the data from one dataset to another dataset?