how to skip the steps in JCl
Answers were Sorted based on User's Feedback
Answer / abhijit18in2002
Just use COND(0,LE) at the step u dnt want to execute it
will be excluded
STEP01 EXEC PGM=IEFBR14
STEP02 EXEC PGM=IEFBR14,COND=(0,LE)
STEP03 EXEC PGM=IEFBR14
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / chowdary
to skip the steps in jcl we use restart or cond parameter
| Is This Answer Correct ? | 11 Yes | 2 No |
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
How to skip first step of a job? Can we use COND on the first step?
how can handle the s0c4 abend???
How to pass values in jcl to cobol?
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
how to skip the steps in JCl
Explain about LMPUT-
What does IEBGENER do?
Name what parameter directs the output of the job log dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?