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 |
Explain how can the attributes of one sms dataset be copied to another dataset?
How to execute a set of JCL statements from a COBOL program ?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
Give the syntax of job specifying jcl statement.
restart logic ?
Explain the function of the steplib dd statement?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
can we maintain 2 generations with different Lengths in Same GDG ?
What is the use of DSNDB07 ?
what happens if job falls in loop ? how to resolve it ?
What is RESTART? How is it invoked?
How does jcl act on code(if you take a cobol program)?