Previous Topic: SET KeywordNext Topic: Keywords for Controlling the Display


XCCMD Keyword

The XCCMD keyword causes a rule to invoke a CA Automation Point command processor specified by cmdtext. For descriptions of CA Automation Point command processors and their operands, see ADDRESS AXC Commands.

This keyword has the following format:

XCCMD(cmdtext)
cmdtext

Specifies the text of any CA Automation Point command processor, its operands, and the operands' values.

Usage Notes:

Example:

The following rule clause names the window that displays the MsgPre graph:

XCCMD('PLOT MsgPre DEFINE GRAPH WINDOW(My_Plot_Window)')