Suppose there r 10 steps . Out fo which i want to execute
10th, 9th and 8th in reverse order without using IEBEDIT.
How can i do that..???
Answers were Sorted based on User's Feedback
Answer / om prakash yadav
MR. Nagesh answer is coorect.
DPRTY PARAMETER:=
This parameter is used to change to assign
a dispatching priority to the job step.. Dispatching
priority is used by the statement to determine the order
inwhich tasks are to be executed.
DPRTY assign a priority to a JOB step.
syntex- DPRTY=(values1, value2).
values1 between 0-15 and specifies the priority of the
step.. value2- is also between 0-15.
DPRTY is computed as DPRTY=(value1*16)+value2.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / nagesh
How about using Dprty parameter, this parameter will
assign priority to job steps , however I am not as to where
we need to code it (At job level or step level ), i guess
it should be used at step level ,,,,
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / om prakash yadav
i don't know exaclty but it is possible trough PRTY
parameter.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sreerag p n
if you have 10 steps from that if you want to execte 10th
9th and 8th then first you specitfy cond parameter if you
specify a false cond in these 3 steps then that job will
execute(1 to 7 specify true cond) these 3 steps and after
specifying cond you give dprty.give first priority to 10th
and then 9th and 8th.
Sreerag.P.N
| Is This Answer Correct ? | 1 Yes | 4 No |
how you can direct the data to spool using SYSOUT option?
how to purge 50 initiators continuously?? console commands??
How can the attributes of one sms dataset be copied to another dataset?
What is 'S0C7' abend?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
What is the function of job statement in jcl?
which parameter is used to check the syntax of a jcl without executing it?
How to execute a set of JCL statements from a COBOL program ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is concatenating?
In job processing, what happens in execution stage?
what is d/f b/w sysout & sysprint