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 EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Is condition checking possible in jcl?
What is job control language?
What is condition checking in jcl? Is this possible?
Can we call instream to catalog and catalog to instream?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Give the syntax of job specifying jcl statement.
Define concatenating?
what happens in conversion stage in job processing?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How dummy is used in jcl?
how do you code a null statement?
what is DSN in JCL and what are the parameters to declare the DSN?
whats the diff bw the evaluate also and and?