Answer Posted / divya prakash
Use RESTART=JOBSTEPNAME.PROCSTEPNAME
Example:-
if the job is abended in STEP10 for proc step "TRANSFORM".
THEN,
RESTART=STEP10.TRANSFORM.
Thanks,
Divya Prakash
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are s0c1, s0c4, s0c5, s0c7 and socb?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the function of the dd mgmtclas keyword in sms datasets?
Explain how can return codes be tested before execution of a job step?
What is the function of the dd avgrec keyword in sms datasets?
what is DD statement is used in JCL?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the use of disp parameter?
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
What does a disposition of (MOD,DELETE,DELETE) mean ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How to submit a jcl from cics?
What are hierarchy levels in jcl?
Mention the types of job control statements?