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

which utility is used a dummy utility?

780


What does a disposition of (new,catlg,keep) for a dsn mean?

602


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5058


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

888


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1577






What is use of restart and how to use it?

758


Explain dd statement in jcl?

635


Brief description of inline procedure of jcl.

677


What is the difference between run mode and addressing mode?

630


What is job control language?

605


What is the function of the dd avgrec keyword in sms datasets?

831


when does a dataset go uncataloged?

824


how to run batch program without jcl?

10058


How is the record format of an output dataset specified?

740


Explain how can a stopped job be started again?

634