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 / divakar
you writing restart=step03in joblevelor activity level
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what are the various stages of job processing?
What is the purpose of the dd keylen parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How can return codes be tested before execution of a job step?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
which utility is used to sort a file in jcl?
what is “Cond= even” and “Cond=only”?
what is DD statement is used in JCL?
What is the significance of addrspc parameter in the exec statement?
How can a stopped job be started again?
what is the JCL statement consists of?
what operation is performed by job statement?
What is one line to pass PARM from JCL to COBOL?