<?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: Library RAW does not exist - Use one dot for the ellipses in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741234#M231679</link>
    <description>&lt;P&gt;I cannot believe that was it!&amp;nbsp; I would never have got it on my own.&amp;nbsp; Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 13 May 2021 18:52:00 GMT</pubDate>
    <dc:creator>Sarah-R</dc:creator>
    <dc:date>2021-05-13T18:52:00Z</dc:date>
    <item>
      <title>Library RAW does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741216#M231671</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the libname statement with elipses (..) it does not work.&lt;/P&gt;&lt;P&gt;This is the code I used:&lt;/P&gt;&lt;P&gt;libname raw "../raw";&lt;/P&gt;&lt;P&gt;I get the following result:&lt;/P&gt;&lt;P&gt;NOTE: Library RAW does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the full path, it does create the library.&amp;nbsp; I used the code:&lt;/P&gt;&lt;P&gt;libname raw2 "C:/Users/jessica/Desktop/project1/subproject2/raw";&lt;/P&gt;&lt;P&gt;I get result:&lt;/P&gt;&lt;P&gt;NOTE: Libref RAW2 was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;Engine: V9&lt;/P&gt;&lt;P&gt;Physical Name:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any support would be appreciated.&amp;nbsp; Let us hope this is solvable!&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 18:36:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741216#M231671</guid>
      <dc:creator>Sarah-R</dc:creator>
      <dc:date>2021-05-13T18:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Library RAW does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741220#M231673</link>
      <description>&lt;P&gt;You need to have only one period not two.&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 18:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741220#M231673</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-05-13T18:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Library RAW does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741221#M231674</link>
      <description>libname raw "./raw";</description>
      <pubDate>Thu, 13 May 2021 18:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741221#M231674</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-05-13T18:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Library RAW does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741226#M231676</link>
      <description>&lt;P&gt;Thank you, Carmine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it sometimes work with two (..), and sometimes work with one (.)?&amp;nbsp; Or should it only work with one (.)?&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 18:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741226#M231676</guid>
      <dc:creator>Sarah-R</dc:creator>
      <dc:date>2021-05-13T18:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Library RAW does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741231#M231678</link>
      <description>&lt;P&gt;Using one period is a programming trick to make it easier to point to the default directory within the libname statement. You can only use one period not two. If you change the default directory then your code won't work anymore so it a better programming practice to have the entire path in the libname statement.&amp;nbsp;&lt;/P&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="CarmineVerrell_0-1620931593796.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59365iFD9ED985B75EEEBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CarmineVerrell_0-1620931593796.png" alt="CarmineVerrell_0-1620931593796.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 18:49:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741231#M231678</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-05-13T18:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Library RAW does not exist - Use one dot for the ellipses</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741234#M231679</link>
      <description>&lt;P&gt;I cannot believe that was it!&amp;nbsp; I would never have got it on my own.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 18:52:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741234#M231679</guid>
      <dc:creator>Sarah-R</dc:creator>
      <dc:date>2021-05-13T18:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Library RAW does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741235#M231680</link>
      <description>Great illustration.</description>
      <pubDate>Thu, 13 May 2021 18:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-RAW-does-not-exist/m-p/741235#M231680</guid>
      <dc:creator>Sarah-R</dc:creator>
      <dc:date>2021-05-13T18:52:35Z</dc:date>
    </item>
  </channel>
</rss>

