IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Sample schema

This section describes the sample schema of the STORE table used by the forwarding operation. The implementation of the forwarding operation has been tested using this schema, and is such that any changes to the schema do not require code changes to the forwarding operation itself. Only the external definition files need to be changed to reflect changes to the schema.
Note: When testing the forwarding operation, the host status must be set to ON-LINE.
Table 1. STORE table sample schema
Field name Data type and field size
OPCODE CHAR(30)
USERID CHAR(10)
BRANCHID CHAR(30)
POSTINGTIME TIMESTAMP
HOSTREQUEST LONG VARCHAR


Feedback