Previous Topic: LOG KeywordNext Topic: NOPRINT Keyword


NOLOG Keyword

Specify the NOLOG keyword to tell CA Automation Point not to place a message in the host message log file. NOLOG is the default.

This keyword has the following format:

NOLOG	

Example:

The following rules send all CICS messages (except messages that begin with CICS99) to the host message log file:

MSGID(CICS), LOG
MSGID(CICS99), NOLOG