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

What is the function of dd disp parameter?

656


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

631


how to do automated restart when a job abends?

854


what happens in execution stage in job processing?

656


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

860






How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801


How can a stopped job be started again?

711


Name what parameter directs the output of the job log dataset?

563


How do you submit a job for execution?

640


How does the jcl specify the job to os?

696


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

705


What are some jcl statements that are not allowed in procedures?

728


Explain dfsort utility?

673


How does jcl specify the job to the operating system?

751


Is condition checking possible in jcl? If yes, how?

737