NET/MASTER Network Control Language (NCL) Reference Manual
SECCALL DELETE
Verbs
3–168 106126 Tandem Computers Incorporated
SECCALL DELETE The SECCALL DELETE verb deletes a user from the user ID database. You must have
full UMS authority to execute this verb.
SECCALL DELETE USERID=
uuuuuuuu
USERID=
uuuuuuuu
specifies the user ID to be selected by the SECCALL operation.
uuuuuuuu
must
be an existing user ID.
Considerations
The &SYS.RETCODE system variable is set to 0 (zero) if the SECCALL DELETE
completed without errors; otherwise, it is set to 4, in which case further
information is available in &SYSMSG.
For more information on SECCALL verbs, refer to the NonStop NET/MASTER NCL
Programmer's Guide.
Example
The following example deletes the user ID “DANSMITH” from the user ID database:
SECCALL DELETE USERID=DANSMITH