Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you restart a PROC from a particular step?

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


Please Help Members By Posting Answers For Below Questions

What do you understand by the term job time – out and how can you overcome that?

1085


Can we use DISP=SHR in output file in JCL

1461


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1340


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

1456


Name what parameter directs the output of the job log dataset?

1105


Is automatic restart possible in jcl? If yes, how?

1168


How is a type of file defined in the jcl that executes the cobol program?

1240


What is the purpose of dd * statement in jcl?

1330


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2861


Explain how can values be passed from the job stream to an executable program?

1309


Give the syntax of job specifying jcl statement.

1200


what is use of space parameter in dd statement?

1326


Explain about LMFREE�free data set from its association with data ID

1674


Where & How Do You Code Identifier In Jcl?

1323


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

1172