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

Since STP1 and STP2 are completed... u need to override the
GDG versions for STP3 and STP4 as you want to restart from STP3.


//STP3.OUTDD A(+1),DISP=NEW
//STP4.INDD A(-1),DISP=OLD

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

858


Explain the job statement in jcl?

644


a dd statement has 2 types of parameters. Name them?

645


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

703


what happens in conversion stage in job processing?

728






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

857


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

668


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

698


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1982


what is JCL?

693


What does a disposition of (MOD,DELETE,DELETE) mean ?

664


Can we use DISP=SHR in output file in JCL

951


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

629


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

579


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

819