NET/MASTER Network Control Language (NCL) Reference Manual

SECCALL CHANGE
Verbs
3–166 106126 Tandem Computers Incorporated
Examples
The following example changes the password of the user ID LYDIA from OLD to
NEW:
SECCALL CHANGE USERID=LYDIA NEWPWD=NEW PWD=OLD
The following example changes the location only:
ASSIGN MDO=&USER. MAP=$SEC
&USER.LOCATION = " U.S.A."
SECCALL CHANGE USERID=LYDIA MDO=&USER.