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 step in JCL?

Answer Posted / rammurthy

Without Procs.
Use RESTART=step name.

For procs:
restart = jclstepname.procstepname
jclstepname:name of the jcl step which invoke the proc.
Procstepname : the prostep which you want to restart.
eg :jcl
if we need to restart from step2 in the proc...

//job1 job restart=s1.step2
//s1 exec proc1
....

proc:
//proc1 proc
//step1 exec=...
//step2 exec=... -----Here we are going to execute
step2
//step3 exec=...

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the uses of syspring, sysin, sort fields, sum fields and dummy.

1140


what are the statements that are not valid to be included in an include statement?

1437


How to pass the parameter in parm using linkage section ? (syntax)?

1186


What is the function of //cntl statement?

1398


what is the purpose of coding class parameter in job statement?

1314


In job processing, what happens in conversion stage?

1243


Are there any set of rules for the names of the steps used in a job?

1171


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1531


Where & How Do You Code Identifier In Jcl?

1326


Explain the function of a dd statement?

1279


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

1132


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1887


what JCL Procedures?

1308


a dd statement has 2 types of parameters. Name them?

1181


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

1264