Why 16 is used in calculating the DPRTY ?
as, DPRTY = (num1, num2),
THEN, DPRTY = 16* num1 + num2
Answer Posted / jiya
Possible values of num1 & num2 are 0-15. So possible values
of DPRTY range from 0 to 255.
Maximum possible number of EXEC statements in a job are also
255.
So, each job step can be assigned a dispatching priority.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the purpose of coding notify parameter in job statement?
How can values be passed from the job stream to an executable program?
How to pass data to a program that is coded in an exec statement?
How can unused space allocation be returned to the system when a dataset is closed?
In sms datasets, what is the function of the dd avgrec keyword?
Name the statement which can be used to send data to another mvs jes3 node?
What is use of restart and how to use it?
What is the purpose of dd dummy statement?
How to alter the parameters for the existing gdg?
which utility is used to sort a file in jcl?
Explain in DD statement what is the use of DCB parameter?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How do you submit a job for execution?
What are the 4 fields in dd statement?
What are the utility programs in jcl?