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

restart = jobstepname.procstepname
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=...
//step3 exec=...

Is This Answer Correct ?    92 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to define dd statements as you want?

1166


Must tape dataset definitions include vol=ser specifications?

1785


what is SOC4 error?

1273


What is timing concept in mainframe?

2268


how can you check if a file is empty using jcl?

1490


Is it possible to left uncode disp? If yes, how?

1230


What is the function of a dd statement?

1263


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

1140


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

1568


What is use of restart and how to use it?

1362


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

1136


What is jcl in mainframe, and how many types of jcl statements are there for a job?

1248


Explain about LMQUERY�give a dialog information about a data set

1510


what sort card you will use to copy the data from one dataset to another dataset?

1302


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

1186