NET/MASTER Network Control Language (NCL) Reference Summary

Verbs
106161 Tandem Computers Incorporated 35
SECCALL UPDATE
The SECCALL UPDATE verb updates user ID information held in the user ID
database.
SECCALL UPDATE MDO=
mdo-name
USERID=
uuuuuuuu
START The START verb invokes an NCL procedure for asynchronous execution in the
specified environment using the specified variables.
START PROC=
ncl-procedure
[ { ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] } |
MDO=
mdo-name
]
[ ENV={ CURRENT | DEPENDENT | BLOG |
BMON | BSYS | EMSP | LOGP } ]
[ NOTIFY={ NO | YES } ]
[ RESTART={ NO | YES | CONDITIONAL } ]
SWGUID The SWGUID verb changes the Guardian user ID under which an NCL process is
running.
SWGUID NUMBER=
(group,user)
VARTABLE ADD The VARTABLE ADD verb adds an entry to an existing memory-resident table of
variables (vartable).
VARTABLE ADD ID=
tablename
[ SCOPE={ CACHED | G90PRC | ENV | GLOBAL |
PROCESS | REGION } ]
KEY=
keyname
[ ADJUST=
n
| COUNTER=
n
]
[ FIELDS=
fieldlist
VARS=
output-vars-list
]