Hi,
I cannot remotely sign onto WRDS from SAS Studio OnDemand. I am using my personal PC (Mac) from outside the campus, and it seems that it is due to the proxy related connection problem. Following are the codes I used:
%let wrds=wrds-cloud.wharton.upenn.edu 4016;
options comamid=TCP remote=WRDS;
signon username=_prompt_;
and
%let wrds=wrds-cloud.wharton.upenn.edu 4016;
options comamid=TCP remote=WRDS;
signon username=xxxx password="xxxxxx";
I was able to log into WRDS when I used the second code on campus using SAS software installed in the university PC. However, none of these are working at the moment in SAS OnDemand.
I even installed/connected to the University VPN, yet it is not working.
I used Terminal to access WRDS cloud since I have Mac, but it is too hard for me to extract data using the Terminal.
I was wondering whether I can remote log onto WRDS using SAS OnDemand off-campus.
Thanks in advance.