NET/MASTER Network Control Language (NCL) Reference Manual

EMSCONT
Verbs
106126 Tandem Computers Incorporated 3–53
EMSCONT The EMSCONT verb, which is used in an EMSPROC NCL procedure, resumes normal
processing of an Event Management Service (EMS) event message or redirects the
event message to another system. You can use this verb to return a message to
NonStop NET/MASTER MS for standard EMS processing or to send a copy of the
message to a specific Inter-System Routing (ISR) link or to all active ISR links.
If an EMSCONT verb is used within an NCL procedure other than an EMSPROC NCL
procedure, a run-time error is issued. An EMSCONT issued when no EMS message is
available is ignored.
The EMSCONT verb can be used to free a message for delivery, while the EMSPROC
NCL procedure continues processing.
EMSCONT [ ALL |
DOMAIN=
domainid
|
LINK=
linkname
|
LOCAL |
REMOTE ]
[ ALARM={ NO | YES } ]
[ { BKGCOLOR | BKGCOLOUR }=
color-option
]
[ { COLOR | COLOUR }=
color-option
]
[ FLOW={ EMS | PPO | CNM | NEWS } ]
[ { HLITE | HLIGHT }=
hlite-option
]
[ INTENS={ HIGH | LOW | NORMAL } ]
[ NRD={ NO | OPER | YES } ]
[ SCAN={ NO | YES } ]
[ DATA=
rest-of-statement
]
color-option
BLUE GREEN PINK RED
TURQUOISE WHITE YELLOW NONE
hlite-option
BLINK REVERSE USCORE NONE
ALL
specifies that the EMS message is to be released for delivery to authorized EMS
receivers and, unless any ISR delivery has already been performed, to all eligible
ISR connected systems. When this occurs, the message is no longer available to
EMSPROC.
EMSCONT ALL need not be issued if another EMSREAD is to be issued. If a
message is being processed and another EMSREAD is issued without an
intervening EMSDEL or EMSCONT, an implied EMSCONT ALL is performed and
the message is returned for standard processing before the next EMSREAD is
carried out.