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..???

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the attributes of one sms dataset be copied to another dataset?

844


What is the significance of addrspc parameter in exec statement?

724


what is the use of IEBGENER utility?

651


Explain in DD statement what is the use of DCB parameter?

646


List in order the hierarchical levels of jcl?

664






have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

915


Explain how can the attributes of one sms dataset be copied to another dataset?

702


Why include statement is used in a jcl?

683


how you can access an uncataloged dataset in a JCL?

648


Explain how can the submitting users racf authority be overridden in a job stream?

666


Is it possible to define dd statements as you want?

644


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

705


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

667


In job processing, what happens in conversion stage?

728


What is the function of //cntl statement?

824