To declare decorators, you add them to a format definition
using the Format Editor (recommended), Graphical Builder, or any ASCII editor.
The following are example decorator declarations as they might appear
in a toolkit format definition file.
<fmtDef id="accountFormat">
<fString dataName="accountNumber"/> <delim delimChar="/"/>
</fmtDef>
<fmtDef id="userIdFormat">
<record dataName="userIdKcoll">
<fString dataName="userId"/> <codeSetTrans to="Cp037"/>
<fString dataName="password"/> <nullCheck/>
</record> <fixedLength length="16" justify="left" padChar="#"/>
</fmtDef>