<?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 Library Does Not Exist Message in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Library-Does-Not-Exist-Message/m-p/886733#M11029</link>
    <description>&lt;P&gt;I am trying to create a library using a LIBNAME statement.&amp;nbsp; &amp;nbsp;I originally had the dataset in a folder directly under my Files (Home).&amp;nbsp; However, I kept getting an error that the library did not exist.&amp;nbsp; I then put the dataset in a subfolder under MY_SHARED_FILE_LINKS and it worked.&amp;nbsp; This is not something I necessarily want to share with a class.&amp;nbsp; I don't understand why it works one way but not the other (and I'm sure I'm missing something very obvious).&amp;nbsp; I copied the file paths directly from the properties of each one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is how the datasets are stored:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KMM2_0-1690493920531.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86190i9662D0C3E1E00213/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KMM2_0-1690493920531.png" alt="KMM2_0-1690493920531.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the log when I create the libraries:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KMM2_1-1690494005354.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86191iD8D8FBD6F4D087EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KMM2_1-1690494005354.png" alt="KMM2_1-1690494005354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2023 21:41:09 GMT</pubDate>
    <dc:creator>KMM2</dc:creator>
    <dc:date>2023-07-27T21:41:09Z</dc:date>
    <item>
      <title>Library Does Not Exist Message</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Library-Does-Not-Exist-Message/m-p/886733#M11029</link>
      <description>&lt;P&gt;I am trying to create a library using a LIBNAME statement.&amp;nbsp; &amp;nbsp;I originally had the dataset in a folder directly under my Files (Home).&amp;nbsp; However, I kept getting an error that the library did not exist.&amp;nbsp; I then put the dataset in a subfolder under MY_SHARED_FILE_LINKS and it worked.&amp;nbsp; This is not something I necessarily want to share with a class.&amp;nbsp; I don't understand why it works one way but not the other (and I'm sure I'm missing something very obvious).&amp;nbsp; I copied the file paths directly from the properties of each one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is how the datasets are stored:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KMM2_0-1690493920531.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86190i9662D0C3E1E00213/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KMM2_0-1690493920531.png" alt="KMM2_0-1690493920531.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the log when I create the libraries:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KMM2_1-1690494005354.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86191iD8D8FBD6F4D087EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KMM2_1-1690494005354.png" alt="KMM2_1-1690494005354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 21:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Library-Does-Not-Exist-Message/m-p/886733#M11029</guid>
      <dc:creator>KMM2</dc:creator>
      <dc:date>2023-07-27T21:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Library Does Not Exist Message</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Library-Does-Not-Exist-Message/m-p/886734#M11030</link>
      <description>&lt;P&gt;It really helps when providing code or log entries to post them as TEXT. That way when we have a recommendation we can copy/edit and paste text instead of retyping from scratch. If you have sensitive data in the text just XXXX over the offending characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;READ your libname code closely. Then look at your folder picture. The path text shows "Rsch Data/Data" in the code. The folder picture shows the name of the Folder in Rsch Data as "DAta". Different case. See if making the CASE the same solves the problem.&lt;/P&gt;
&lt;P&gt;This looks like it may be the SAS On Demand which runs on a case sensitive system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suggestion: use all lower case names every where in the folder and files to minimize such problems. Your students will misspell stuff and the fewer elements that can go wrong the better. Also consider not including spaces either. It may be that you end up with two or more spaces and your students will type one and not understand the resulting errors either.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 21:51:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Library-Does-Not-Exist-Message/m-p/886734#M11030</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-07-27T21:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Library Does Not Exist Message</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Library-Does-Not-Exist-Message/m-p/886736#M11031</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp; Changing the case fixed it.&amp;nbsp; I didn't realize some systems are case sensitive.&amp;nbsp; Good advice on naming conventions!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 22:08:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Library-Does-Not-Exist-Message/m-p/886736#M11031</guid>
      <dc:creator>KMM2</dc:creator>
      <dc:date>2023-07-27T22:08:58Z</dc:date>
    </item>
  </channel>
</rss>

