Specifies the password of the server user.
Valid in: | SPD Server LIBNAME Statement |
Alias: | PASSWD= |
Note: | Option to identify the SPD Server user. |
the case-sensitive password of a server user. The password, visible in a SAS program, is encrypted in the SAS log file.
libname mylib sasspds 'spdsdata' server=kaboom.5400 user='spdsuser' password='whizbang';