IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Defining decorators

About this task

To declare decorators, add them to a format definition.

Example

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>


Feedback