<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error in the access to WRDS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-in-the-access-to-WRDS/m-p/885991#M350112</link>
    <description>&lt;P&gt;Thank you for your prompt answer.&lt;/P&gt;&lt;P&gt;So, should I type like..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;signon user=&lt;/SPAN&gt;&lt;EM&gt;cykim910&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp; password=***********&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Jul 2023 08:09:55 GMT</pubDate>
    <dc:creator>cykim910</dc:creator>
    <dc:date>2023-07-23T08:09:55Z</dc:date>
    <item>
      <title>Error in the access to WRDS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-the-access-to-WRDS/m-p/885989#M350110</link>
      <description>&lt;P&gt;Hello, I'm a novice SAS user.&lt;/P&gt;&lt;P&gt;Thank you for reading this topic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whenever I run the following commands&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;***----------------------------------------------------------------***;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;/*Run Remotely on WRDS*/&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;%let wrds = wrds.wharton.upenn.edu 4016; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;options comamid=TCP remote=WRDS;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;signon username=_prompt_;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Libname rwork slibref=work server=wrds;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the following error message. Could I ask for your help??&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;7 OPTIONS VALIDVARNAME=ANY;&lt;/DIV&gt;&lt;DIV class=""&gt;____________&lt;/DIV&gt;&lt;DIV class=""&gt;36&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#339966"&gt;WARNING 36-12: SAS option VALIDVARNAME is restricted by your Site Administrator&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#339966"&gt;and cannot be updated.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;8 OPTIONS VALIDMEMNAME=EXTEND;&lt;/DIV&gt;&lt;DIV class=""&gt;____________&lt;/DIV&gt;&lt;DIV class=""&gt;36&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#339966"&gt;WARNING 36-12: SAS option VALIDMEMNAME is restricted by your Site Administrator&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#339966"&gt;and cannot be updated.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;72&lt;/DIV&gt;&lt;DIV class=""&gt;73 ***----------------------------------------------------------------**&lt;/DIV&gt;&lt;DIV class=""&gt;73 ! *;&lt;/DIV&gt;&lt;DIV class=""&gt;74 /*Run Remotely on WRDS*/&lt;/DIV&gt;&lt;DIV class=""&gt;75 %let wrds = wrds.wharton.upenn.edu 4016;&lt;/DIV&gt;&lt;DIV class=""&gt;76 options comamid=TCP remote=WRDS;&lt;/DIV&gt;&lt;DIV class=""&gt;77 signon username=_prompt_;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;ERROR: The _PROMPT_ value for USERID or PASSWORD option is only valid if a&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;TERMINAL is attached to this SAS session.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;ERROR: Remote signon canceled.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;78 Libname rwork slibref=work server=wrds;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;ERROR: Attempt to connect to server WRDS failed.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;ERROR: A communication subsystem partner link setup request failure has&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;occurred.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;ERROR: Cannot find TCP service 'wrds'.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;ERROR: Error in the LIBNAME statement.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;79&lt;/DIV&gt;&lt;DIV class=""&gt;80 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;92&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cykim910_0-1690095973650.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86038iFC8F9E76ECF278D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cykim910_0-1690095973650.png" alt="cykim910_0-1690095973650.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 07:08:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-the-access-to-WRDS/m-p/885989#M350110</guid>
      <dc:creator>cykim910</dc:creator>
      <dc:date>2023-07-23T07:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the access to WRDS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-the-access-to-WRDS/m-p/885990#M350111</link>
      <description>&lt;P&gt;When using the workspace server (which runs in a kind of "semi-batch" mode), either with SAS Studio or Enterprise Guide, you cannot use features of the Display Manager interface, which includes the ability to prompt for input. Supply the credentials in the code.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 07:52:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-the-access-to-WRDS/m-p/885990#M350111</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-23T07:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the access to WRDS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-the-access-to-WRDS/m-p/885991#M350112</link>
      <description>&lt;P&gt;Thank you for your prompt answer.&lt;/P&gt;&lt;P&gt;So, should I type like..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;signon user=&lt;/SPAN&gt;&lt;EM&gt;cykim910&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp; password=***********&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 08:09:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-the-access-to-WRDS/m-p/885991#M350112</guid>
      <dc:creator>cykim910</dc:creator>
      <dc:date>2023-07-23T08:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the access to WRDS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-the-access-to-WRDS/m-p/886019#M350127</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/connref/p0brzkmxqg483hn163ek01h4mf6e.htm" target="_blank" rel="noopener"&gt;signon&lt;/A&gt; username = MyUser password = 'MyPassword';&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 20:29:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-the-access-to-WRDS/m-p/886019#M350127</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-07-23T20:29:35Z</dc:date>
    </item>
  </channel>
</rss>

