NET/MASTER Network Control Language (NCL) Reference Manual
LOGDEL
Verbs
3–122 106126 Tandem Computers Incorporated
LOGDEL The LOGDEL verb deletes the last message destined for the NonStop NET/MASTER
MS activity log, read by the LOGREAD verb. This verb must be used within a
LOGPROC NCL procedure.
A LOGDEL verb must only be used after an earlier LOGREAD verb. The message
returned by the LOGREAD verb is deleted by the LOGDEL verb.
If a LOGDEL verb is used within an NCL procedure other than a LOGPROC NCL
procedure, a run-time error is issued.
LOGDEL
Consideration
For more information on the LOGDEL verb, refer to the NonStop NET/MASTER NCL
Programmer's Guide, which also contains examples of the use of the LOGDEL verb.
Example
The following example deletes the log message currently being processed:
LOGREAD ARGS
IF &4 EQ N13505 THEN LOGDEL