NET/MASTER Network Control Language (NCL) Reference Manual
EVENTTD
Verbs
106126 Tandem Computers Incorporated 3–67
EVENTTD The EVENTTD verb retrieves EMS help information from a database.
EVENTTD GET { MSGNO=
msgno
|
SSID=
ssid
EVENTNUM=
num
}
[ STEM=
&stem
]
GET
specifies that NCL retrieves help information as defined by the following
operands:
MSGNO=
msgno
specifies the message number for which help text is required.
SSID=
ssid
specifies the SSID number for which help text is required.
EVENTNUM=
num
specifies the event number for which help text is required.
STEM=
&stem
specifies the stem variable set into which the help text is placed. If STEM is
omitted, help text is placed in a default stem variable set with the stem
&$EVTD.
Considerations
NCL places lines of help text describing causes in variables
&$stem.cause.1
through
&$stem.cause.n
, where
n
is a count of the number of lines of text and
is contained in variable
&$stem.cause.count
.
NCL places lines of help text describing effects in variables
&$stem.effect.1
through
&$stem.effect.n
, where
n
is a count of the number of lines of text
and is contained in variable
&$stem.effect.count.
NCL places lines of help text describing recovery in variables
&$stem.recovery.1
through
&$stem.recovery.n
, where
n
is a count of the
number of lines of text and is contained in variable
&$stem.recovery.count
.