Hi guys!
I tired to log on to WRDS Data Base through SAS 9.4 and then suffering kind of error like attached below...
How can I solve this problem?
log
1 %let wrds=wrds.wharton.upenn.edu 4016;options comamid=TCP remote=WRDS;
2 signon username=_prompt_;
NOTE: Remote signon to WRDS commencing (SAS Release 9.04.01M7P080520)..
NOTE: The client session encoding euc-kr does not match the server session encoding utf-8. This may produce errors when moving
some character data. Search "SAS/CONNECT Encoding Compatibility" for details.
ERROR: Conversation termination; status=1.
ERROR: Remote signon to WRDS canceled.