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

i do agree with suresh.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of job statement in jcl?

624


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

1017


What is the motivation behind coding class parameter in job statement?

668


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

689


how do you access an uncataloged dataset in a jcl?

815






What is the function of //jcllib statement?

785


Must tape dataset definitions include vol=ser specifications?

953


Is automatic restart possible in jcl?

722


how to compare two datasets without using superce because output is limited to 133 bytes

1469


What is notcat 2 - gs?

914


What is jcl in mainframe, and how many types of jcl statements are there for a job?

616


What are the rules employed while naming the steps in a job?

642


What is multithreading in jcl?

919


Define concatenating?

650


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

692