NET/MASTER Network Control Language (NCL) Reference Summary

Verbs
34 106161 Tandem Computers Incorporated
SECCALL CHANGE The SECCALL CHANGE verb allows you to change the password of the user ID and,
optionally, some user information.
SECCALL CHANGE [ MDO=
mdo-name
]
[ NEWPWD=
nnnnnnnn
]
[ PWD=
pppppppp
]
USERID=
uuuuuuuu
SECCALL CHECK The SECCALL CHECK verb provides user ID and password validation.
SECCALL CHECK PWD=
pppppppp
USERID=
uuuuuuuu
SECCALL DELETE The SECCALL DELETE verb deletes a user from the user ID database.
SECCALL DELETE USERID=
uuuuuuuu
SECCALL EXIT The SECCALL EXIT verb provides direct interaction between an NCL procedure and
the installation's security exit.
SECCALL EXIT { ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
DATA=
text
}
TO
{ ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
VARS={
input-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] }
SECCALL GET The SECCALL GET verb retrieves user ID information from the user ID database.
SECCALL GET MDO=
mdo-name
[ OPT={ KEQ | KGT | KLT } ]
USERID=
uuuuuuuu
SECCALL QUERY The SECCALL QUERY verb retrieves user ID information from memory for the
current user.
SECCALL QUERY MDO=
mdo-name