| Features: |
METHOD= argument |
sas003 encoding
method and writing the encoded password to the SAS log.
proc pwencode in='my password' method=sas003; run;
proc pwencode in='my password' method=sas003; run;
8 proc pwencode in=XXXXXXXXXXXXX method=sas003;
29 run;
{SAS003}08D7B93810D390916F615117D71B2639B4BE
NOTE: PROCEDURE PWENCODE used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds