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



Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2..

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

Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2..

Answer / srikanth

What is num1 and num2 here?

Is This Answer Correct ?    0 Yes 0 No

Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2..

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

Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2..

Answer / dispatcher

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

Post New Answer

More JCL Interview Questions

How is a dataset passed from one step to another?

2 Answers   DELL,


Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???

4 Answers  


Explain the function of job statement in jcl?

0 Answers  


how to set dependancy for jobs?

4 Answers  


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

0 Answers  






wht happens if blksize = 0 and lrec = 0 ?

1 Answers   TCS,


If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?

2 Answers  


how can u identify the db2 from jcl ?

2 Answers   TCS,


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?

2 Answers   IBM,


What is the difference between run mode and addressing mode?

0 Answers  


What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?

9 Answers   GE, Xansa,


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


Categories