Specifies a new password for an SPD Server user.
Valid in: | SPD Server LIBNAME Statement |
Alias: | NEWPASSWD= |
Note: | Option to identify the server user. |
the new password for the server user. The password, visible in a SAS program, is encrypted in the SAS log file.
libname mylib sasspds 'spdsdata' user='receiver' password='whizbang' newpassword='rambo';