InterviewSolution
Saved Bookmarks
| 1. |
How Is Sign Stored In Packed Decimal Fields And Zoned Decimal Fields? |
|
Answer» Packed Decimal fields: SIGN is STORED as a hex value in the last nibble (4 BITS ) of the storage. Zoned Decimal fields: As a DEFAULT, sign is over PUNCHED with the numeric value stored in the last bite. Packed Decimal fields: Sign is stored as a hex value in the last nibble (4 bits ) of the storage. Zoned Decimal fields: As a default, sign is over punched with the numeric value stored in the last bite. |
|