Hello all,
Does anyone know how to use the "PROC PWENCODE" procedure to create an encoded password and pass the value to a macro variable? Here is the code I tried:
proc pwencode in='&usrPWD' out='&e_PWD';
run;
When I run this code I get the following error:
22
200
ERROR 22-322: Expecting a name.
ERROR 200-322: The symbol is not recognized and will be
ignored.
Any help would be greatly appreciated!!
Does anyone know how to use the "PROC PWENCODE" procedure to create an encoded password and pass the value to a macro variable? Here is the code I tried:
proc pwencode in='&usrPWD' out='&e_PWD';
run;
When I run this code I get the following error:
22
200
ERROR 22-322: Expecting a name.
ERROR 200-322: The symbol is not recognized and will be
ignored.
Any help would be greatly appreciated!!