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 |
which parameter is used to check the syntax of a jcl without executing it?
How Can we see all generations of a GDG ?
what is the use of JCL?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
How can we increment subscript and index?
Min no of member?s (PDS) in one directory block?
how do u define a file in cobol and jcl ?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
write a jcl to execute a job by 7:00 am on jan 20,1986?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.