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

How many steps we can overide in the proc's?

2 Answers   CS,


What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?

1 Answers   CTS,


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

0 Answers   CGI, Verizon,


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

0 Answers   IBM,


Explain about LMGET�read a logical record from a data set

1 Answers  


What is a PROC? What is the difference between an instream and a catalogued PROC?

2 Answers  


what is the control cards?

3 Answers  


What are three major types of JCL statements? What are their functions?

1 Answers  


if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?

4 Answers  


whats the difference between empty and noempty of GDG?

4 Answers   Patni,


In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

2 Answers   HP,


In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


Categories