My JCL contains four steps

//STP1 A(+1), DISP = NEW
//STP2 A(+2), DISP = NEW
//STP3 A(+3), DISP = NEW
//STP4 A(+1), DISP = OLD

STP3 was abended and I want restart my JCL from STP3 onwards
& what are the precaution I want to take & what are the
changes I need to make. Pls let me know.

Answer Posted / lalit

you just need to do

//STP3 A(+1), DISP = NEW

as this is the latest generation which is going to create
once you restart the job from this step...

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

753


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1933


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

858


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

664


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

727






how you can direct the data to spool using SYSOUT option?

931


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1591


What is the function of dd disp parameter?

662


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1360


List the various advantages of using jcl language?

856


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

834


define cond parameter in jcl?

779


Matching Logic in Jcl not in cobol.Could any one please answer this question

3675


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

588


How to run cobol program using jcl?

660