CharNumber
The CharNumber command defines a character number item.
Components of CharNumber
A group view displays the components of the CharNumber command.
The CharNumber command has a required CharNumber_1 Choice Expression, which is either a CharInt, Decimal, or Zoned command element and can have Western, Zero, and ForNONE command elements and either a "ValueRestrictions" or "RangeRestrictions" command.
- Example
-
<CharNumber> <CharInt> <TotalDigits Min="0" Max="6"/> <IntegerFormatString>{#','#####}</IntegerFormatString> </CharInt> <Western CharSet="ASCII"/> <Zero>******</Zero> </CharNumber>