how to skip the steps in JCl

Answers were Sorted based on User's Feedback



how to skip the steps in JCl ..

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

how to skip the steps in JCl ..

Answer / chowdary

to skip the steps in jcl we use restart or cond parameter

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More JCL Interview Questions

How does jcl specify the job to the operating system?

0 Answers  


Is it possible to left uncode disp?

0 Answers  


what are JCLLIB and STEPLIB in JCL?

0 Answers  


when GDG version number get changed ? bcz always Generations only increasing.

1 Answers   Cap Gemini,


We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?

5 Answers   IBM, JPMorgan Chase,






What is the max blocksize for a Tape file?

2 Answers  


What is the use of DSNDB07 ?

1 Answers  


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

0 Answers  


Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

0 Answers   IBM,


i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?

4 Answers   DELL,


Categories