NET/MASTER Network Control Language (NCL) Reference Manual
SECCALL UPDATE
Verbs
106126 Tandem Computers Incorporated 3–175
SECCALL UPDATE The SECCALL UPDATE verb updates user ID information held in the user ID
database. UMS authority is required to issue this verb.
SECCALL UPDATE MDO=
mdo-name
USERID=
uuuuuuuu
MDO=
mdo-name
defines the name of the MDO variable stem that contains the user information to
be updated.
USERID=
uuuuuuuu
contains the user ID to be selected by the SECCALL operation.
uuuuuuuu
must
be an existing user ID.
Considerations
Read-only fields cannot be changed. These read only fields are:
LAST_LOGON
LAST_UPDATE
LOGICAL_TERMID
LOGOFF_TIME
PHYSICAL_TERMID
USERID
An attempt to alter these fields results in an error message being issued.
The &SYS.RETCODE system variable is set to 0 (zero) if the SECCALL UPDATE
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 that
has possible values of Y (yes) or N (no). If any field is entered incorrectly, a
run-time error message is issued. The message identifies the field that is in error.
For more information on SECCALL verbs, refer to the NonStop NET/MASTER NCL
Programmer's Guide.