Answer Posted / kiran
Hi friends Both are correct and you can make use of them as
your reference.
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.
if you need more than 18 decimal digits, you must use COMP-
3 (or DISPLAY) as COMP variables cannot exceed 18 digits
while COMP-3 can be up to 31 digits.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
) what is the difference between AID and HANDLE AID?
What do you understand by psb and acb?
What is the compute verb? How is it used?
How do you reference the fixed block file formats from cobol programs
What are the various section in data division and briefly explain them.
What are the access modes of START statement?
Are you comfortable in cobol or jcl?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is static and dynamic call in cobol?
How do we get current date from system with century in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the Purpose of Pointer in the string?