Multiple choice technology mainframe How is sign stored in Packed Decimal fields? Sign is stored as a hex value in the last nibble of the storage. Sign is over punched with the numeric value stored in the last nibble. Sign is stored in the most significant bit. None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation In packed decimal (COMP-3) format, each byte contains two decimal digits, except for the last byte. The last byte contains one digit in its first half (nibble) and the sign representation (such as C, D, or F in hex) in its last nibble.