NET/MASTER Network Control Language (NCL) Reference Summary

Verbs
22 106161 Tandem Computers Incorporated
Format 3 This format allows you to set or reset the ERROR, MODFLD, or OUTVAR attributes
for one or more variables.
ASSIGN OPT={ SETERR | RESETERR | SETMOD | RESETMOD |
SETOUT | RESETOUT }
{ ARGS [ RANGE=(
start
,
end
) ] |
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] }
Format 4 This format allows you to obtain the names of variables that have the MODFLD
attribute, and place them in a list or range of variables.
ASSIGN OPT=MODFLD [ NONULLS ] [ NORESET ]
{ ARGS [ RANGE=(
start
,
end
) ] |
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] }
[ FROM
{ ARGS [ RANGE=(
start
,
end
) ] |
VARS={
input-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) | GENERIC ] } ]
CMDLINE The CMDLINE verb writes the specified text from an NCL process to an Operator
Control Services (OCS) command input line.
CMDLINE
text
CNMALERT The CNMALERT verb queues a communications network management (CNM) record
to an EMSPROC procedure running in a local system.
CNMALERT { ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
DATA=
text
}
[ MODE={ CREATE | INSERT } ]
CNMCLEAR The CNMCLEAR verb requests that all outstanding communications network
management (CNM) reply data solicited by a CNMSEND request be discarded.
CNMCLEAR