I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?

Answer Posted / vidya

From 5th to 10th step, give COND parameter. Give the
condition as COND=(0,LE). As 0 is always less than or equal
to the return code of executing step it will bypass.

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is condition checking possible in jcl?

722


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

856


what is “Cond= even” and “Cond=only”?

744


How can unused space allocation be returned to the system when a dataset is closed?

812


what is a jcl?

692






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

706


Explain about LMQUERY�give a dialog information about a data set

906


How to override loadlib?

1430


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

949


What statement can be used to send data to another mvs jes3 node?

830


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

929


Brief description of inline procedure of jcl.

687


Explain in DD statement what is the use of DCB parameter?

656


How do you access an uncatalogued dataset in a jcl?

731


What do you know about jcl?

651