Previous Topic: OPSDELV Command Processor—Delete Global VariablesNext Topic: Return Codes


OPSDOM Command Processor—Delete Operator Messages

The OPSDOM command processor deletes a message from the console of the operator.

OPSDOM has the following format:

OPSDOM
{AMRFID(amrfid)|DOMID(domid)|TOKEN(tokenid)}
[DELAY(seconds)]
[SUBSYS(ssid)]
AMRFID(amrfid)

Specifies the Action Message Retention Facility (AMRF) ID of the message, as displayed on the z/OS command D R,L. The value of amrfid must be a numeric value from 1 to 100000.

DOMID(domid)

Specifies the WTO IDs that z/OS returned when the original message was issued. You can specify a list of up to 10 DOM IDs.

TOKEN(tokenid)

Specifies the value of the TOKEN operand that was used on a previous WTO or WTOR. If you mark a group of messages using the TOKEN operand, you can delete all messages at once through this keyword. Specify tokenid either as a 4-byte character string or as a hexadecimal string in the form: X'nnnnnnnn'.

Note: This keyword must be issued under the same address space as the message that is being deleted. Therefore, the utility of this keyword is limited.

DELAY

(Optional) Specifies a number of seconds, from 1 to 300, for CA OPS/MVS to wait before issuing the DOM. You can use this keyword to avoid a problem in situations in which a WTO message has not been issued or has not finished processing before a corresponding DOM request is issued.

SUBSYS

(Optional) For more information about the SUBSYS keyword, see Specifying a Subsystem ID on a POI Command Processor.

OPSDOM Installation Requirements

OPSDOM Utilization Environments

OPSDOM Sample Coding Statements