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

hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.

3 Answers  


when can a job time-out occur? How to overcome that?

0 Answers   IBM,


How many extents are possible for a sequential file ? For a VSAM file ?

3 Answers  


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


Is it possible to left uncode disp?

0 Answers  






How jcl is used for testing batch programs?

0 Answers  


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


How do you create a temporary dataset?

0 Answers  


i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap

2 Answers   IBM, TetraSoft,


How to submit jcl through a cobol program?

0 Answers  


Explain the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


when does a dataset go uncataloged?

0 Answers   IBM,


Categories