I had 100 steps in jcl i want to execute first 10 steps only?

Answer Posted / srinivas

After 10th step you should give jcl null statement or else
code condition parameter in step11.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain dd statement in jcl?

635


a dd statement has 2 types of parameters. Name them?

635


How jcl work to handle various input output file operations?

652


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1029


What are the 2 types of parameters in dd statement?

637






What are the difference between jcl and jes?

1041


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1611


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1958


what happens in conversion stage in job processing?

721


what is the use of IEBGENER utility?

651


How to override loadlib?

1410


what is DSN in JCL and what are the parameters to declare the DSN?

712


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

608


Must tape dataset definitions include vol=ser specifications?

967


Explain dfsort utility?

661