The PWENCODE Procedure |
Procedure features: |
| ||
Other features: |
|
This example saves an encoded password to the paste buffer. You can then paste the encoded password into another SAS program or into the password field of an authentication dialog box.
Program |
filename clip clipbrd; |
proc pwencode in='my password' out=clip; run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.