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 / shivakrishna

we can bypass by giving cond parameters in step from 6 if
we know the cond codes from previous steps.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why include statement is used in a jcl?

696


what is the use of IEBGENER utility?

670


For what purpose steplib and joblib are used ?

696


How do you create a temporary dataset?

676


A dd statement consists of 4 fields. Name them?

942






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

1053


List the different components of jcl statement?

706


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

823


Explain the function of job statement in jcl?

661


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

798


Is there any command to check wether the ps file is in sorted order?

2441


How to pass data to a program that is coded in an exec statement?

846


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

723


what are the various stages of job processing?

748


In job processing, what happens in execution stage?

712