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

In my job I have 6 steps. Step01,02,03...step06.
after executing step02 i want to skip step03 and want to
execute step04. and once step04 is done then I want to go
back and execute step03. once step03 is completed I want
execute step05, 06 and so on... can any one tell me how do
i do that???

Answer Posted / nagaraj

It can be done by using DPRTY(dispatching priority) in the
job step,
eg., code dprty = (15*12) + 16 in step02
dprty = (15*07) + 06 in step03
dprty = (15*10) + 16 in step04
dprty = (15*05) + 04 in step05
dprty = (15*04) + 03 in step06.
by doing this according to there dispatching priority each
step will be executed,
first it will execute step01,02,04,03,05,06

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is catelog procedure and how many catelog procedure to use in one job?

8792


What is the function of dd name parameter with a 2 part structure; audit.report?

1321


what are the various stages of job processing?

1345


In job processing, what happens in execution stage?

1289


What are hierarchy levels in jcl?

1573


when does a dataset go uncataloged?

1359


What is Cataloged Procedures?

1205


List the different components of jcl statement?

1146


Explain dfsort utility?

1407


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

1174


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

1522


What are some jcl statements that are not allowed in procedures?

1288


What is the purpose of dd * statement in jcl?

1332


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

1439


How does jcl act on code(if you take a cobol program)?

1349