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 |
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
What are isolation levels? Where do we need to specify them in compiling JCL?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
How to rename a VSAM file as well as it's index file?
wht do u mean by notify parameter, how can u give acess to multiple users ?
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,
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What will happen if two JOB statements are mentioned in an JCL continuously.
how to run JCL thru COBOL.
Can you give the sort card to arrange the specific column in the version of GDG.
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
wht do u mean by inrec and outrec ?