Previous Topic: VER CommandNext Topic: Notification Manager Commands


WTO Command

The WTO command sends a message to the CA OPS/MVS Multi-System Facility (MSF) component. The message ID and message text are logged to the OPSLOG on the target CA OPS/MVS system. The first word of the message text is used as the message ID. If this word is greater than ten characters, the default message ID AXC1134I will prefix the message text.

This command has the following format:

ADDRESS OPS "WTO SYSTEM(MSF system name) [{TEXT(text) | TEXTVAR(rexx variable)}]"
SYSTEM

Specifies the remote CA OPS/MVS system to which the WTO message text is to be sent. You can only specify one CA OPS/MVS system per WTO command.

TEXT

Specifies the text of the message, up to 125 bytes.

TEXT and TEXTVAR are mutually exclusive.

TEXTVAR

Specifies the text of the REXX variable, up to 125 bytes.

TEXTVAR and TEXT are mutually exclusive.

Example:

This statement sends a WTO (write-to-operator message) to the CA OPS/MVS system with an MSF ID of OPS123:

ADDRESS OPS "WTO TEXT('AXC1134I TEST MESSAGE FROM AP') SYSTEM(OPS123)"