suppose i have 10 job steps and i want to execute only step
6.How to write?

Answer Posted / ranjith

Use Restart=step6 in job card and at the end of step6 use //
(null statement).

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In job processing, what happens in conversion stage?

739


How dummy is used in jcl?

645


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

709


What is notcat 2 - gs?

934


What parameter of the job statement is used to limit the cpu time consumed by the job?

838






List the different components of jcl statement?

691


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

1037


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 ?

944


What are the jcl procedures?

645


What is Cataloged Procedures?

711


In job processing, what happens in execution stage?

698


What is the function of a dd statement?

707


How can the attributes of one sms dataset be copied to another dataset?

852


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

707


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

7447