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

We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?

Answer Posted / manjunath s h

use restart parameter, restart = procstep.stepname
procstep: the step of the jcl which is invoking the proc.
stepname: the step in proc where u want the execution to
start.

use null statement after the 25th step in the proc.
or
override the cond parameter of 26th step as cond=(0,LE).

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by jcl?

1108


What is condition checking in jcl? Is this possible?

1157


In sms datasets, what is the function of the dd avgrec keyword?

1155


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

1514


what is DD statement is used in JCL?

1245


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

1117


what is use of space parameter in dd statement?

1326


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

2497


List in order the hierarchical levels of jcl?

1147


List the various advantages of using jcl language?

1518


Explain the function of a dd statement?

1272


Explain dfsort utility?

1401


What are hierarchy levels in jcl?

1569


Mention the types of job control statements?

1224


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

1456