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
What is the use of disp parameter?
what is the use of JCL?
Explain the purpose of dd dummy statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are steplib and joblib?
What is the format of comment statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is notcat 2 - gs?
What are the rules employed while naming the steps in a job?
What is timing concept in mainframe?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is a jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain