@type-descriptor.packed-decimal-td

This tag Describes the number encoding as packed decimal.

Attributes

The following table lists the valid attributes for this tag:
Attribute Description Valid Values
bigEndian Indicates whether a number is big or little endian You must specify one of the following attributes:
  • true: when the byte representation of a number is ordered from the most significant byte to the least significant byte
  • false: when the byte representation of a number is ordered from the least significant byte to most significant byte
signed Indicates whether a number is signed or unsigned You must specify one of the following attributes:
  • true
  • false
virtualDecimalPoint Integer specifying where the decimal point of the number resides Value is specified from the rightmost digit of the number
Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.