Encode the password and save it to the paste buffer. The OUT= option saves the encoded password to the fileref that was declared in the previous statement.


proc pwencode in='my password' out=clip;
run;