Previous Topic: WTO KeywordNext Topic: Keywords for Logging Messages


WTXC Keyword

The WTXC keyword issues a write-to-operator message to the CA Automation Point message console. Rules process all messages issued by the WTXC keyword. WTXC messages issued from rules are not processed through rules. (WTXC messages issued from REXX programs are processed through rules.)

This keyword has the following format:

WTXC(msgtext)
msgtext

Specifies the value of msgtext. Can be any valid text string.

Example:

The following message notifies the operator that CA Automation Point has successfully initialized the SYSA processor. CA Automation Point does not process the message through rules.

MSGID(IPLSYSA)
  WTXC(IPL of SYSA processor is complete.)