Column Descriptions
Column Name
| Column Type
| Description |
MSGTYPE_ID
| INTEGER NOT NULL
| Message type ID. Unique, primary key.
|
MSGTDIR
| INTEGER NOT NULL
| The direction of transmission this message is valid for. Valid values: 1=outgoing, 2=incoming, or 3=send-receive.
|
NAME
| VARCHAR(254) NOT NULL
| Short name for message type.
|
VIEWNAME
| VARCHAR(254) NOT NULL
| Name of view associated with this message type. This view must be registered to be usable in message transmission. This is a mandatory field.
|
DESCRIPTION
| VARCHAR(254)
| Description of the message type.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|