I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??

Answer Posted / khan

In job card code restart=17 and cond parameter as follows

restart=17,cond=(00,LE)

Is This Answer Correct ?    48 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is use of dcb parameter in dd statement?

773


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

860


What is the purpose of dd?

728


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

923


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

1039






what is SOC4 error?

736


How to run cobol program using jcl?

648


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

654


In sms datasets, what is the function of the dd avgrec keyword?

652


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2054


if the submitter of a job wants to inform another user about the job completion, how can it be done?

756


Must tape dataset definitions include vol=ser specifications?

979


How do you create a temporary dataset?

663


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

606


How can the submitting users racf authority be overridden in a job stream?

752