NET/MASTER Network Control Language (NCL) Reference Manual
SECCALL ADD
Verbs
3–164 106126 Tandem Computers Incorporated
For more information on SECCALL verbs, refer to the NonStop NET/MASTER NCL
Programmer's Guide.
Example
The following example adds a new user with the user ID BEELING. The initial
password is XYZ. The password is required because TYPE=USER has been specified.
The MDO &
user
. contains information about the user's location, name, telephone
number, and the user's UMS and OCS access entitlement:
ASSIGN MDO=&user. MAP=$SEC
&user.location = MALAYSIA
&user.username = Bee Ling How
&user.phone = 60-3-1234567
&user.ums_access = N
&user.ocs_access = Y
SECCALL ADD USERID=BEELING NEWPWD=XYZ TYPE=USER MDO=&user.