Why 16 is used in calculating the DPRTY ?
as, DPRTY = (num1, num2),
THEN, DPRTY = 16* num1 + num2
Answer Posted / 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 View All Answers
How to run cobol program using jcl?
What is the purpose of dd?
what JCL Procedures?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
what is use of space parameter in dd statement?
Is it possible to left uncode disp? If yes, how?
Is automatic restart possible in jcl? If yes, how?
What is the difference between run mode and addressing mode?
What are steplib and joblib?
Explain the function of the steplib dd statement?
what is the JCL statement consists of?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How is a type of file defined in the jcl that executes the cobol program?
What is the significance of addrspc parameter in exec statement?