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 / suputhru

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=...

--- Hi SV, you given a awesome answer. keep it up.
-Sk.

Is This Answer Correct ?    24 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are JCLLIB and STEPLIB in JCL?

1236


How to do automated restart when a job abend?

1480


How is the record format of an output dataset specified?

1204


Is condition checking possible in jcl? If yes, how?

1345


what is the use of IEBGENER utility?

1230


List the various advantages of using jcl language?

1522


How can an in-stream dataset be terminated?

1397


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

1531


How do you create a temporary dataset?

1246


What is the use of disp parameter?

1204


how you can direct the data to spool using SYSOUT option?

1519


What is jcl in mainframe?

1263


What is the motivation behind coding class parameter in job statement?

1234


what is DSN parameter and DISP parameter is used for?

1214


what JCL Procedures?

1308