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



Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order witho..

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

Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order witho..

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

Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order witho..

Answer / guest

No we can't, there is no reverse reading,

Is This Answer Correct ?    2 Yes 2 No

Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order witho..

Answer / om prakash yadav

i don't know exaclty but it is possible trough PRTY
parameter.

Is This Answer Correct ?    1 Yes 3 No

Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order witho..

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

Post New Answer

More JCL Interview Questions

Why block size is multiple of lrecl in jcl?

0 Answers  


in jcl you are having JCLLIB and STEPLIB what happens

10 Answers   EDS, Wipro,


In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.

4 Answers  


How to get the last but one duplicate record of the file using Sort?

2 Answers   Fidelity,


I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.

5 Answers   Bank Of America,






What are the difference between jcl and jes?

0 Answers  


How do you submit JCL via a Cobol program?

4 Answers   IBM,


IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?

2 Answers   IBM,


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

2 Answers   Infosys,


Explain about File Tailoring

1 Answers  


01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B

2 Answers   Perot Systems,


How many types we can give input to JCL

5 Answers   UHG,


Categories