Eliminate messages

The DB2 UDB Option for CICS sends confirmation, warning, and error messages from DB2 to the client application. You can change the AMD2 message table to intercept those messages before they are sent, thus reducing message traffic by eliminating some of the messages. To prevent the sending of specific messages, you can make changes to the AMD2 message table as shown in Table 5-6.

Table 5-6: Eliminating messages

Option

Message number (MSGNO=)

Translate table changes

Text table changes

For coding the changes, see

Prevent a message from being sent to a client application.

Change the message number to 0 (MSGNO=0).

Change the value of the MSGNO property to 0 (MSGNO=0).

No change.

“Modifying a translate table entry”.