Features: |
|
proc authlib lib=abcde;
modify securedlibrary="ABCDEEmps" securedfolder="Department XYZZY" pw=secretpw/new-password; run; quit;
proc authlib lib=abcde;
modify securedlibrary="ABCDEEmps" securedfolder="Department XYZZY" pw=secretpw/new-password; run; quit;
217 proc authlib lib=abcde; 218 modify securedlibrary="ABCDEEmps" 219 securedfolder="Department XYZZY" 220 pw=XXXXXXXX/XXXXXXXX; 221 222 run; NOTE: The passwords for the secured library object with path "/System/Secured Libraries/Department XYZZY/ABCDEEmps" were successfully modified." NOTE: The passwords on ABCDE.EMPINFO.DATA were successfully modified. NOTE: The passwords on ABCDE.EMPLOYEES.DATA were successfully modified. NOTE: The passwords on ABCDE.PRODUCT.DATA were successfully modified. 223 quit;