Hi,
I would like to atomatically insert my username and password to WRDS system to have a remote access. \
Here is the code
%let wrds = wrds.wharton.upenn.edu 4016;options comamid = TCP remote=WRDS;
signon server nocscript user=george password=XXXXXXX!;
and I received output:
225 %let wrds = wrds.wharton.upenn.edu 4016;options comamid = TCP remote=WRDS;
226 signon server nocscript user=george password=XXXXXXX!;
ERROR: Unrecognized option, !.
ERROR: Remote signon canceled.
It seems that it does not recognze the last character '!' . Please help me to overcome this error
Many thanks in advance
George
Try with setting new password:
https://support.sas.com/kb/60/312.html
Another option, maybe it is wrong port:
https://support.sas.com/kb/60/310.html
Third option, maybe setup:
https://communities.sas.com/t5/General-SAS-Programming/SAS-Connect-Issue/m-p/168401#M12038
I hope this helps.
Bart
%let wrds = wrds.wharton.upenn.edu 4016;options comamid = TCP remote=WRDS;
signon server nocscript user=george password="¯oVariableWithPassword.";
Try with adding double quotes around pass.
Bar
Hi Bart,
Many thanks but This does not work,
%let psw=XXXXXX!
317 %let wrds = wrds.wharton.upenn.edu 4016;options comamid = TCP remote=WRDS;
318 signon server nocscript user=george password="&psw";
NOTE: Remote signon to SERVER commencing (SAS Release 9.04.01M2P072314).
ERROR: A communication subsystem partner link setup request failure has occurred.
Please any other suggestion. The problem is the specific character ! exclamation mark.
Many thanks in advance
george
Try with setting new password:
https://support.sas.com/kb/60/312.html
Another option, maybe it is wrong port:
https://support.sas.com/kb/60/310.html
Third option, maybe setup:
https://communities.sas.com/t5/General-SAS-Programming/SAS-Connect-Issue/m-p/168401#M12038
I hope this helps.
Bart
Bart Many thanks for your prompt reply
I will try the alternatives
George
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.