<?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: referencing lib name trouble in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/463987#M118281</link>
    <description>&lt;P&gt;/Users points to a Mac, so I guess you are using SAS UE on that Mac. The ONLY folder you have access to in SAS UE is the shared folder you defined when setting up the virtual machine. You CANNOT access any host-system folders outside this shared folder.&lt;/P&gt;
&lt;P&gt;Place your data in the Mac folder you defined as the shared folder, and use /folders/myfolder inside the UE VM.&lt;/P&gt;
&lt;P&gt;All this supposes you set up your VM correctly according to the documentation, of course.&lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2018 09:08:30 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-05-22T09:08:30Z</dc:date>
    <item>
      <title>referencing lib name trouble</title>
      <link>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/463946#M118264</link>
      <description>&lt;P&gt;hello I'm fairly new and am trying to designate a libname but keep getting the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;The path &lt;SPAN&gt;/Users/sana/Desktop/Spring II/LMS/SAS data&lt;/SPAN&gt;&amp;nbsp;is not in the list of accessible paths when SAS is in&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;the lockdown state.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: Error in the LIBNAME statement.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;P&gt;the path is copied from the file information and I can see the folder "SAS data" and the dataset I want within it in the side panel under "folder shortcuts" but don't know how to access it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;here is the code i am using thanks for any help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME LM '/Users/sana/Desktop/Spring II/LMS/SAS data/'; 
proc print LM.hw4q2; 
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 May 2018 02:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/463946#M118264</guid>
      <dc:creator>iressa131</dc:creator>
      <dc:date>2018-05-22T02:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: referencing lib name trouble</title>
      <link>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/463947#M118265</link>
      <description>&lt;P&gt;Did you see &lt;A href="http://support.sas.com/kb/53/333.html" target="_self"&gt;this&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 02:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/463947#M118265</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-05-22T02:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: referencing lib name trouble</title>
      <link>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/463965#M118272</link>
      <description>&lt;P&gt;Can you rename your subfolders and replace all spaces (' ') into underscore ('_') ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If possible do it and check does it fix the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using SAS University Edition ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 06:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/463965#M118272</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2018-05-22T06:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: referencing lib name trouble</title>
      <link>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/463987#M118281</link>
      <description>&lt;P&gt;/Users points to a Mac, so I guess you are using SAS UE on that Mac. The ONLY folder you have access to in SAS UE is the shared folder you defined when setting up the virtual machine. You CANNOT access any host-system folders outside this shared folder.&lt;/P&gt;
&lt;P&gt;Place your data in the Mac folder you defined as the shared folder, and use /folders/myfolder inside the UE VM.&lt;/P&gt;
&lt;P&gt;All this supposes you set up your VM correctly according to the documentation, of course.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 09:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/463987#M118281</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-22T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: referencing lib name trouble</title>
      <link>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/464099#M118322</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;The ONLY folder you have access to in SAS UE is the shared folder you defined when setting up the virtual machine. You CANNOT access any host-system folders outside this shared folder.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;You can set up multiple shared folders on SAS UE to anywhere on your desktop, including a DropBox or OneDrive folder.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then you access it as:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;'/folders/myshortcuts/NAME'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;where NAME is the name you provided in the set up in Oracle VirtualBox.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 15:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/464099#M118322</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-05-22T15:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: referencing lib name trouble</title>
      <link>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/464113#M118331</link>
      <description>&lt;P&gt;If you can see the path in the GUI file explorer tool in SAS/Studio then right click on it and select PROPERTIES and you will see that path that SAS can use to reference it.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 15:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/referencing-lib-name-trouble/m-p/464113#M118331</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-05-22T15:50:02Z</dc:date>
    </item>
  </channel>
</rss>

