Previous Topic: COLOR KeywordNext Topic: DOM Keyword


DISPLAY Keyword

The DISPLAY keyword causes CA Automation Point message recall windows to display a message that may have been previously suppressed with the SUPPRESS keyword.

This keyword has the following format:

DISPLAY

Usage Note:

The default color of the displayed message is white, but you can specify a different color with the COLOR keyword.

Example:

The following message shows the current spool usage and appears more frequently than necessary:

$HASP093 xx% SPOOL UTILIZATION

The following rules limit the number of times the operator sees this message by forcing the message to display at intervals at least ten minutes apart:

MSGID($HASP093), SUPPRESS
MSGID($HASP093), EVERY(10 MINUTES), DISPLAY