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

I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 Answers  


what is the function of spool command?

4 Answers  


Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.

2 Answers  


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,


If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.

2 Answers   IBM,






What are the basic JCL Statements for a Job?

1 Answers  


My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.

4 Answers   CTS,


Brief description of inline procedure of jcl.

0 Answers  


Describe the JOB statement, its meaning, syntax and significant keywords?

1 Answers  


if we give TIME=0 how many sec that job/step

13 Answers  


What is a MODEL Paramater in GDG ?

2 Answers   Xansa,


Is it possible to left uncode disp?

0 Answers  


Categories