Previous Topic: Commands for UtilitiesNext Topic: PLOT Command


DOM Command

The DOM command deletes an action message from the action message area of the Merged Messages window and from the Action Message Recall window (by deleting it from the CA Automation Point action message recall list).

Note: Invoke the DOM command only after you have invoked the GETMSGI command or the GETVAR command. The GETMSGI command returns the domid value. The GETVAR command retrieves a previously saved DOMID value.

This command has the following format:

"DOM DOMID(domid)"
DOMID

Specifies the internal pointer to a specific action message in the action message recall list.

Usage Note:

When you invoke the GETMSGI command, it stores the internal pointer value to an action message in the DOMID.n REXX variable. Before invoking the DOM command, assign the DOMID.n value to another variable name-a name that does not contain a period-and use the new variable name for domid.

Examples: