Data Transformation Engine Type Tree Maker Reference Guide
Chapter 4 - Commands and Command Elements  Command Descriptions 
CharNumber 
The CharNumber command defines a character number item. 
Components of CharNumber 
The following group window 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> 










