NET/MASTER Network Control Language (NCL) Reference Manual
EMSDEL
Verbs
3–58 106126 Tandem Computers Incorporated
EMSDEL The EMSDEL verb deletes an Event Management Service (EMS) message; it can
eliminate many of the excess messages presented by the system. This verb is used in
an EMSPROC NCL procedure to delete a message that was previously delivered for
processing by an EMSREAD verb. You can also use this verb to block automatic
Inter-System Routing (ISR) delivery for an EMS message.
If an EMSDEL verb is used within an NCL procedure other than an EMSPROC NCL
procedure, a run-time error is issued.
EMSDEL { ALL |
DOMAIN=
domainid
|
LINK=
linkname
|
LOCAL |
REMOTE }
ALL
specifies that the EMS message is to be deleted and that no delivery will take
place. Copies sent to ISR links by previous EMSCONT LINK=
linkname
or
EMSCONT DOMAIN=
domainid
commands are not affected. The message is no
longer available to EMSPROC.
DOMAIN=
domainid
ISR delivery of the message to the specified
domainid
is to be blocked. Remote
domain ID addressing may be used. The message is still available to EMSPROC.
LINK=
linkname
specifies that ISR delivery of the message to the specified
linkname
is to be
blocked. Local link name addressing may be used. The message is still available
to EMSPROC.
LOCAL
specifies that the EMS message is to be released for delivery to eligible ISR links
(that is, links that are enabled for EMS/ISR outbound traffic). The message is not
delivered to any local EMS receivers. The message is no longer available to
EMSPROC.
REMOTE
specifies that the EMS message is to be released for delivery to local EMS message
receivers only. No ISR delivery occurs. Any copies sent previously by EMSCONT
LINK/DOMAIN=
name
are not affected. The message is no longer available to
EMSPROC.