Previous Topic: Format of Device Information Returned

Next Topic: Values OPSDOM Returns

OPSDOM Function

The OPSDOM function deletes operator messages. OPSDOM has two arguments: the first is an option character conforming to the standard rules for REXX option characters, and the second is the WTO ID or token value used to delete a message.

Both the token value and the WTO ID value are four bytes long. The caller is responsible for obtaining and passing one of these values.

Note: The OPSDOM function can be used in OPS/REXX or AOF rules.

This function has the following format:

var = OPSDOM(option,wtoid|token)
option

The possible values for the option character are:

D

DOM using a decimal WTO ID value

T

DOM using a four-byte token value

W

DOM using a four-byte binary WTO ID value