Previous Topic: Route z/OS Console Messages to Event Management UtilitiesNext Topic: Issue Console Commands Using CAconsole


Processing Multi-line WTO Messages

Each line of a multiline WTO appears on the Event Management console of the target node if the mlwto optional parameter is specified in the DEST.DAT file for the driver. Other messages on the console can interrupt the lines (major and minor). The Category field in the Message Record is used to tie the lines together.

If these messages require processing on the target node, the contents of the Category field provides the information to associate the lines of the multiline WTO.

The Category field contains a WTO Descriptor that CAS9FEMS built. This field indicates whether the line is first, middle, or last. This field also contains a version number and the identifier that is supplied with the WTO in the mainframe syslog to link together all the lines of the multiline WTO.

The format of the 12-byte WTO descriptor is as follows:

VVIIIIIIIIXY
VV

Indicates the 2-byte version '01'.

IIIIIIII

Indicates the 8-byte decimal character representation of the 3-byte binary message ID given to the MPF exit CATNMPEX by z/OS. The last three characters are displayed in the mainframe log to tie the lines of the WTO together.

X

Indicates the line-order, one of the following characters to indicate the order of the line:

Y

Indicates the line-type, one of the following characters to indicate what type of line:

For more information, see the IBM documentation on the WTO MACRO for line type and line type that is referenced above.