NET/MASTER Network Control Language (NCL) Reference Manual
SECCALL ADD
Verbs
106126 Tandem Computers Incorporated 3–163
SECCALL ADD The SECCALL ADD verb adds a new user to the user ID database. You must have full
UMS authority to execute this verb.
SECCALL ADD MDO=
mdo-name
[ NEWPWD=
nnnnnnnn
]
{ TYPE=GROUP | USER }
USERID=
uuuuuuuu
MDO=
mdo-name
defines the name of the variable stem from which MDO information is to be
retrieved. The information supplied in this MDO must contain at least one valid
Guardian user ID.
NEWPWD=
nnnnnnnn
specifies the new password to be associated with this user ID. This operand is
required if TYPE=USER is specified.
TYPE
specifies whether the user ID being added is to be a normal user or a group user.
This operand must be present and specified correctly; otherwise, a compilation
error results.
GROUP
specifies that the user ID is to be added as a group user.
USER
specifies that the user ID is to be added as a normal user.
USERID=
uuuuuuuu
specifies the user ID to be added.
uuuuuuuu
must be a unique user ID not
previously defined.
Considerations
The &SYS.RETCODE system variable is set to 0 (zero) if the SECCALL ADD
completed without errors. Otherwise, it is set to 4, in which case further
information is available in &SYSMSG or, if an error handler has been supplied, in
&SYS.ERROR.TEXT.
Fields in the MDO that have a choice of values must have one of the possible
values entered. An example of this would be the &USER.UMS_ACCESS field,
which has possible values of Y (yes) or N (no). If any field is entered incorrectly,
an error message is issued. The message identifies the field that is in error.