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 the function of job statement in jcl?

646


What are the rules employed while naming the steps in a job?

672


write a jcl to execute a job by 7:00 am on jan 20,1986?

711


How to alter the parameters for the existing gdg?

725


what are the statements that are not valid to be included in an include statement?

786






What is the difference between run mode and addressing mode?

647


How can a stopped job be started again?

721


define cond parameter in jcl?

787


Is it possible to left uncode disp?

725


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

826


Does jcl support automatic restart?

773


What is the use of symbol // in jcl?

937


Explain the function of job statement in jcl?

661


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

641


Explain how can the submitting users racf authority be overridden in a job stream?

683