Answer Posted / sunny kalra
Packed Decimal representation. Two digits are stored in each byte. Last nibble is for
sign. (F for unsigned positive, C for signed positive and D for signed negative)
Formula for Bytes: Integer ((n/2) + 1)) => n is number of 9s.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the local-storage section?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Why would you use find and get rather than to obtain?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the different rules to perform a Search?
What is perform what is varying?
What is the use of intialize verb?
IF I mention stop run in CICS what happens?
Write a program that uses move corresponding.
A table has two indexes defined. Which one will be used by the SEARCH?
Write the code implementing the perform … varying.
how do you reference the rrds file formats from cobol programs
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is link edit in cobol?