Previous Topic: Keywords for Responding to System EventsNext Topic: OSCMD Keyword


DOSCMD Keyword

The DOSCMD keyword allows you to issue a workstation operating system command or to execute a command file.

This keyword has the following format:

DOSCMD(cmdtext)
cmdtext

Specifies the text of the operating system command or the name of the command file.

Usage Notes:

Example:

Suppose that CA OPS/MVS sends the following message to request CA Automation Point to check the local area network (LAN) for activity:

AXC000I CHECK LAN, PLEASE

The following rule invokes a batch file that checks the LAN and sends the result back to CA OPS/MVS:

MSGID(AXC000I CHECK LAN), DOSCMD(CHECKLAN)