<?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: libname error when using WRDS address in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306795#M65643</link>
    <description>&lt;P&gt;To use a dataset present on the remote server, you need to use the &lt;FONT face="courier new,courier"&gt;remote&lt;/FONT&gt; engine:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname crsp remote '/wrds/crspq/sasdata/ix' server=wrds;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 24 Oct 2016 14:06:04 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-10-24T14:06:04Z</dc:date>
    <item>
      <title>libname error when using WRDS address</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306770#M65630</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sorry to ask you so many basic questions. I did google search and review of multiple guides for quite some time but I could not find the answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, I am trying to calculate CAR around event days. Using the following code, I logged into WRDS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let wrds = wrds.wharton.upenn.edu 4016;options comamid = TCP remote=WRDS;
signon username=_prompt_;
  
rsubmit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then, to access CRSP, I used the following code.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname crsp '/wrds/crspq/sasdata/ix';&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When this code is excuted, I receive the following error message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;212 libname crsp '/wrds/crspq/sasdata/ix';&lt;BR /&gt;NOTE: Library CRSP does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running SAS on windows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306770#M65630</guid>
      <dc:creator>Leon_Seungmin</dc:creator>
      <dc:date>2016-10-24T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: libname error when using WRDS address</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306795#M65643</link>
      <description>&lt;P&gt;To use a dataset present on the remote server, you need to use the &lt;FONT face="courier new,courier"&gt;remote&lt;/FONT&gt; engine:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname crsp remote '/wrds/crspq/sasdata/ix' server=wrds;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Oct 2016 14:06:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306795#M65643</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-10-24T14:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: libname error when using WRDS address</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306799#M65646</link>
      <description>Thank you for the response. I just tried remote, but I still get the same error message. This is the log.&lt;BR /&gt;&lt;BR /&gt;227 libname crsp remote '/wrds/crspq/sasdata/ix' server=wrds;&lt;BR /&gt;NOTE: Library CRSP does not exist&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Oct 2016 14:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306799#M65646</guid>
      <dc:creator>Leon_Seungmin</dc:creator>
      <dc:date>2016-10-24T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: libname error when using WRDS address</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306806#M65650</link>
      <description>&lt;P&gt;Then I suggest you log on to the server and make sure that /wrds/crspq/sasdata/ix actually exists. The NOTE message is typical for a path that does not exist.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 14:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306806#M65650</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-10-24T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: libname error when using WRDS address</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306831#M65658</link>
      <description>Thank you very much! That was indeed the case. I checked the directory(&lt;A href="https://wrds-web.wharton.upenn.edu/wrds/tools/variable.cfm?library_id=20" target="_blank"&gt;https://wrds-web.wharton.upenn.edu/wrds/tools/variable.cfm?library_id=20&lt;/A&gt;) and found that they are using a different directory name now.</description>
      <pubDate>Mon, 24 Oct 2016 14:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-error-when-using-WRDS-address/m-p/306831#M65658</guid>
      <dc:creator>Leon_Seungmin</dc:creator>
      <dc:date>2016-10-24T14:53:30Z</dc:date>
    </item>
  </channel>
</rss>

