NET/MASTER RMS Management and Operations Guide
RMS DELETE DELAYED
RMS Commands
115415 NonStop NET/MASTER RMS Management and Operations Guide B–3
RMS DELETE
DELAYED
The RMS DELETE DELAYED command deletes delayed message actions. These are
message actions that have requested a retry after a delay.
RMS DELETE DELAYED ID=
ncl-id
ID=
ncl-id
specifies the NCL ID of a delayed message action. You can determine an NCL ID
by using the RMS DISPLAY DELAYED command.
Consideration
You can use the EQUATE command to assign a lengthy command string to a single
character or sequence of characters. For example:
EQUATE DELD RMS DELETE DELAYED
Example
The following example deletes the delayed message action with the NCL ID 10:
RMS DELETE DELAYED ID=10