NET/MASTER Network Control Language (NCL) Programmer's Guide
Language Features
NCL Summary
2–2 106160 Tandem Computers Incorporated
Table 2-2 shows some examples of keywords used in verbs.
Table 2-2. Some Keywords Used in Verbs
Keyword Used in
ARGS ASSIGN, CNMALERT, CNMREAD, CNMSEND, CNMVECTR, DROP, EMSREAD,
INTREAD, LOGREAD, MSGREAD, PARSE, PAUSE, some SECCALL, and some
FILE verbs
DATA ASSIGN, CNMALERT, CNMSEND, CNMVECTR, EMSCONT, FILE OPEN,
INTCONT, LOGCONT, MSGCONT, PARSE, PAUSE, and WRITE verbs
GENERIC ASSIGN and DROP verbs
MDO ASSIGN, EMSALERT, EMSREAD, EMSSEND, LOGREAD, MSGREAD, WRITE,
some SECCALL, and some FILE verbs
PARSE EMSREAD, INTREAD, LOGREAD, MSGREAD, and PARSE verbs
RANGE ASSIGN, CNMALERT, CNMREAD, CNMSEND, CNMVECTR, DROP, EMSREAD,
LOGREAD, and MSGREAD verbs
SEGMENT CNMALERT, CNMREAD, CNMSEND, CNMVECTR, and EMSREAD, INTREAD,
LOGREAD, MSGREAD, and some FILE verbs
VARS ASSIGN, CNMALERT, CNMREAD, CNMSEND, CNMVECTR, DROP, EMSREAD,
INTREAD, LOGREAD, MSGREAD, PARSE, PAUSE, some SECCALL, and some
FILE verbs
NCL does not reserve any words for its own use in an NCL procedure except the
Boolean operators AND, OR, XOR, and NOT. Apart from the Boolean operators, NCL
regards a keyword as a reserved word only in the context of a particular core
statement or verb. It has special meaning only within the current statement.
Interpretation of Alphabetic Characters
NCL is generally case-insensitive. NCL converts alphabetic characters to uppercase
only when the characters are significant in the current context. When alphabetic
characters are not significant in the current content, NCL ignores their case. Keywords
are significant in the current context. As a result, you can use either uppercase or
lowercase letters for NCL keywords.