Answer Posted / vivek kumar
In job card, specify RESTART=PROCSTEP.STEPNAME where
PROCSTEP = name of the JCL step that invoked the PROC and
STEPNAME = name of the PROC step where you want execution to
start.
Eg. suppose a catalog proc having 5 steps.
//myproc proc
//step1 exec pgm=...
//step2 .......
//step3 .......
//step4 .......
//step5 .......
suppose i have restrat this proc from step3
so in the job statment i have mentioned
//NMNP2VT JOB ,'PM111-010',MSGCLASS=S,CLASS=Q,
RESTART = PRC010.STEP3
//JOBLIB DD DSN=......
//PRC010 EXEC PROC = myproc
//....
//......
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is the difference between JES3 and JES2?
How to submit jcl through a cobol program?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
what is the purpose of coding class parameter in job statement?
How do you overcome this limitation ?
What are the parameters that are used in creating a gdg?
In sms datasets, what is the function of the dd avgrec keyword?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the syntax of JCL statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain the job statement in jcl?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Must tape dataset definitions include vol=ser specifications?