How can we execute only one step in a job

Answer Posted / mohammad

I think we have to use restart and cond parameter
at job card.i.e restart=stapname,cond(00,le).
This will execute only the step u need.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2109


What is the syntax of JCL statement?

698


Can we use DISP=SHR in output file in JCL

953


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

835


what are the various stages of job processing?

741






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

1041


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

651


Explain the function of job statement in jcl?

651


Does jcl support automatic restart?

763


what happens in conversion stage in job processing?

731


How to submit a jcl from cics?

670


Explain how can an in-stream dataset be terminated?

704


Explain the function of the steplib dd statement?

649


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

658


How does jcl act on a cobol code?

659