NET/MASTER Network Control Language (NCL) Reference Summary
Core Statements
106161 Tandem Computers Incorporated 19
Format 2
[
label
:] SELECT
expression-2
[ STRICT ]
WHEN
expression-3
THEN
statement
[
statement
… ]
…
[ OTHERWISE
statement
[
statement
… ] ]
END [
label
]
SIGNAL The SIGNAL core statement either generates a specified condition or transfers control
to a specific label.
SIGNAL {
cond-expr
| LABEL
label
}