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 //cntl statement?

930


what is use of disp parameter in dd statement?

740


Where can program checkpoints be stored for use in a restart?

978


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1087


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

690






Explain dfsort utility?

855


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

888


For what purpose steplib and joblib are used ?

760


Explain the purpose of dd * statement in jcl?

721


how you can direct the data to spool using SYSOUT option?

1009


Which statement is used to identify the private libraries in job?

790


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

2047


whats the diff bw the evaluate also and and?

1946


Matching Logic in Jcl not in cobol.Could any one please answer this question

3782


What are s0c1, s0c4, s0c5, s0c7 and socb?

797