NET/MASTER Network Control Language (NCL) Reference Summary
Verbs
24 106161 Tandem Computers Incorporated
CONTROL The CONTROL verb defines all NCL processing options that can be used to modify
NCL execution characteristics.
CONTROL [ CMD | NOCMD ]
[ CMDSEP | NOCMDSEP ]
[ ENDMSG | NOENDMSG ]
[ FINDRC | NOFINDRC ]
[ FLDCTL | NOFLDCTL ]
[ INTLOG | NOINTLOG ]
[ PAKEYS | NOPAKEYS ]
[ PANELRC | NOPANELRC ]
[ PFKMAP | NOPFKMAP ]
[ PFKSTD | PFKALL | NOPFK ]
[ PFK3270 | PFKGEN | PFKNATIVE ]
[ RNGLIM | NORNGLIM ]
[ SHAREW | NOSHAREW ]
[ SHRVARS [=] [
share-list
| NO ]
[ NOSHRVARS [=] [
share-list
| NO ]
[ NOTRACE | TRACE | TRACEALL | TRACELAB | TRACELOG ]
[ USRCMD | NOUSRCMD ]
share-list
= {
element
| [
element
, … ] }
element
:
&*
&simple-variable
[*]
&stem-variable.
[*]
CALLER
DELAY The DELAY verb suspends an NCL process for a specified period of time.
DELAY
n
[.
th
]
DROP The DROP verb deletes (drops) multiple variables in a single operation.
DROP { ARGS [ RANGE=(
start
,
end
) ] |
VARS={
input-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) | GENERIC ] }