how to skip the steps in JCl

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

732


How to override loadlib?

1417


What do you understand by the term notcat 2 – gs?

751


What is catelog procedure and how many catelog procedure to use in one job?

7437


State the uses of syspring, sysin, sort fields, sum fields and dummy.

644






what is DSN parameter and DISP parameter is used for?

673


What do you know about jcl?

645


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

753


what is SOC4 error?

733


Can we use DISP=SHR in output file in JCL

951


How to run cobol program using jcl?

648


Explain how can return codes be tested before execution of a job step?

819


What is the significance of addrspc parameter in the exec statement?

616


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485


How does jcl act on code(if you take a cobol program)?

705