NET/MASTER Network Control Language (NCL) Reference Manual
3 Verbs
106126 Tandem Computers Incorporated 3–1
An NCL verb is a keyword that denotes a specific action, such as creating a variable or
generating a message. Some verbs require additional parameters known as operands.
The CONTROL verb is a singular case in which the operands may modify NCL
execution characteristics.
This section describes the verbs that you can use in NCL. The full description of each
verb contains:
A brief overview of what the verb does.
A diagram showing the syntax of the verb.
Descriptions of each operand in the verb.
Considerations that affect the usage of the verb.
A list of related verbs, or other NCL statements.
At least one example of the use of the statement. Null strings are indicated in
examples by two single quote characters together (‘‘). The purpose of the
examples is to show the correct method of coding the verb. Some examples
include a complete NCL procedure.
Following “Summary of Verbs,” next, is a description of frequently occurring
operands common to many verbs: ARGS, PARSE, RANGE, SEGMENT, and VARS.
For help in understanding syntax notation, see “Notation Conventions” at the
beginning of this manual.
Summary of Verbs Table 3-1 contains a list of the NCL verbs and a brief description of their functions.
Table 3-1. List of NCL Verbs (Page 1 of 3)
Verb Function
ASSIGN Manipulates multiple variables in a single operation.
CMDLINE Writes the specified text to an OCS command input line.
CNMALERT Sends a CNM record directly to the NCL EMSPROC procedure.
CNMCLEAR Requests that all outstanding CNM reply data solicited by this NCL user be
cleared.
CNMREAD Requests that the next CNM record be made available to an NCL process.
CNMSEND Requests that the data supplied be sent across the CNM interface.
CNMVECTR Requests that the data supplied be split into user variables.
CONTROL Defines all NCL processing options that can be used to modify NCL
execution characteristics.
DELAY Suspends processing of a procedure for a specified time.
DROP Deletes multiple variables in a single operation.
EMSALERT Generates an Event Management Service (EMS) event message and
sends it to the NCL EMSPROC procedure.