Previous Topic: WTOH CommandNext Topic: ADDRESS PPQ Commands


WTXC Command

The WTXC command displays a specified text string in the AP Messages window and the AP Message Recall window.

Note: CA Automation Point rules can process messages that the WTXC command issues from within a REXX program.

This command has the following format:

"WTXC 'text'"
text

Specifies the text (up to 128 characters) to be displayed. The text must be enclosed in single quotation marks ('); if the text contains embedded single quotes, use one of the alternate delimiters described in the section ADDRESS AXC Command Syntax in this chapter.

Usage Note:

By using the WTXC command to send messages to the AP Message Recall window and the AP Messages window, you can keep track of how CA Automation Point interacts with REXX.

Example:

Suppose that you want the AP Messages Window to alert the operator when REXX takes some action (such as notifying a system programmer) when an error occurs. To do so, include this statement in a REXX program:

"WTXC 'REXX has notified system programmer of errors'"