Packed decimal format occupies 1 byte of storage for every two decimal places in the PICTURE description, except that the right-most byte contains only 1 digit and the sign. This format is most efficiently used when you code an odd number of digits in the PICTURE description, so that the left-most byte is fully used. Packed decimal format is handled as a fixed-point number for arithmetic purposes.
Packed decimal format:
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.