Why 16 is used in calculating the DPRTY ?
as, DPRTY = (num1, num2),
THEN, DPRTY = 16* num1 + num2
Answers were Sorted based on User's Feedback
Answer / prachi
DRPTY is in Hexadeciamal..So to convert the value in
deciaml we need to multiply value 1 with 16 and then will
add value 2 in it
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
Supervisor allocate for DPRTY in memory just 1 byte. It
means 255 different values at all. num1 and num2 is a half-
byte = 4 bit. 1 bit == 2 values, 4 bit == 16 values.
| Is This Answer Correct ? | 0 Yes | 1 No |
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
How is the keyword DUMMY used in JCL?
what is A-MODE and R-MODE?
What is the function of //jcllib statement?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
How to execute only th 15th step of JCL consisting of 50 steps?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
What is the motivation behind coding class parameter in job statement?
how to eliminate the duplicates in sorting
Can an individual step be restricted from using all the jobs allowed cpu time?
Define concatenating?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?