Change message logging

As shipped, the DB2 UDB Option for CICS writes messages to the AMD2LOG file based on the preassigned values of the translate table’s LOG property. You can control which messages are written to the error log file AMD2LOG by changing the value of the LOG property in the translate table for each message involved. To change message logging, make changes to the AMD2 message table as shown in Table 5-7.

Table 5-7: Changing message logging

Option

Message number (MSGNO=)

Translate table changes

Text table changes

For coding the changes, see

Write a message to the error log file.

No change.

Change the value of the LOG property to Y.

No change.

“Modifying a translate table entry”.

Prevent a message from being written to the error log file.

No change.

Change the value of the LOG property to N.

No change.

“Modifying a translate table entry”