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 solve u4038 abbend?........
read all error codes like SB07?
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
what is a cataloged procedure ?
Explain about File Tailoring
How gdg are concatenated?
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
what is mainframe?
In DCB, what is LRECL,BLKSIZE,DSORG
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
How many positional parameters are there in job statement?
What does the TIME parameter signify ? What does TIME=1440 mean ?