<?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: Help using libname and filename - working on a Mac -- error in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181909#M46323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza, &lt;/P&gt;&lt;P&gt;Thanks for your message.&amp;nbsp; I just double checked -- yes, I set up a shared directory on my VM.&amp;nbsp; Is the lockdown state affecting anything?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 22:02:21 GMT</pubDate>
    <dc:creator>corinnes</dc:creator>
    <dc:date>2014-07-16T22:02:21Z</dc:date>
    <item>
      <title>Help using libname and filename - working on a Mac -- error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181907#M46321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I am a regular Stata user, so apologies in advance for the basic nature of these questions.&amp;nbsp; I am trying to download publicly available data from a researcher's website:&amp;nbsp; &lt;A class="active_link" href="http://www.vanneman.umd.edu/districts/files/index.html" title="http://www.vanneman.umd.edu/districts/files/index.html"&gt;Files available in Indian district database &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the University edition of SAS.&amp;nbsp; The preamble of the code reads as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*********************************************************************/&lt;/P&gt;&lt;P&gt;title&amp;nbsp; 'panel4: 1961-1991 Indian district sas file.' ;&lt;/P&gt;&lt;P&gt;/*********************************************************************/&lt;/P&gt;&lt;P&gt;/* Users will need to create their own libname and filename commands&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; as appropriate for their local computer system&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;libname&amp;nbsp; sasdata '.';&lt;/P&gt;&lt;P&gt;filename inpanel&amp;nbsp; pipe 'gunzip -c panel4.data.gz';&lt;/P&gt;&lt;P&gt;data sasdata.panel91;&lt;/P&gt;&lt;P&gt;attrib DLABEL length = $ 28;&lt;/P&gt;&lt;P&gt;infile INPANEL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I put in the relevant directory, the code is as follows:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options linesize=132 pagesize=55 nocenter;&lt;/P&gt;&lt;P&gt;/*********************************************************************/&lt;/P&gt;&lt;P&gt;title&amp;nbsp; 'panel4: 1961-1991 Indian district sas file.' ;&lt;/P&gt;&lt;P&gt;/*********************************************************************/&lt;/P&gt;&lt;P&gt;/* Users will need to create their own libname and filename commands&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; as appropriate for their local computer system&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;libname&amp;nbsp; sasdata '/Users/corinnestephenson/Documents/SASUniversityEdition/myfolders1';&lt;/P&gt;&lt;P&gt;filename inpanel&amp;nbsp; 'panel4.data.gz';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I get the following error:&amp;nbsp; &lt;/P&gt;&lt;P&gt; 58 libname sasdata '/Users/corinnestephenson/Documents/SASUniversityEdition/myfolders1';&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1405546010116" style="color: #ff0000;"&gt; ERROR: The path /Users/corinnestephenson/Documents/SASUniversityEdition/myfolders1 is invalid because it is not in the list of &lt;/P&gt;&lt;P class="sasError" style="color: #ff0000;"&gt;&amp;nbsp; accessible paths when SAS is in the lockdown state.&lt;/P&gt;&lt;P class="sasError" id="sasLogError2_1405546010116" style="color: #ff0000;"&gt; ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 59 filename inpanel 'panel4.data';&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 60&amp;nbsp; &lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 61 data sasdata.panel91;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any recommendations would be very much appreciated!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 21:29:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181907#M46321</guid>
      <dc:creator>corinnes</dc:creator>
      <dc:date>2014-07-16T21:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help using libname and filename - working on a Mac -- error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181908#M46322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you set up the shared directory in your VM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm"&gt;http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/software/products/university-edition/faq/shared_folder_access.htm"&gt;http://support.sas.com/software/products/university-edition/faq/shared_folder_access.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 21:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181908#M46322</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-07-16T21:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help using libname and filename - working on a Mac -- error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181909#M46323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza, &lt;/P&gt;&lt;P&gt;Thanks for your message.&amp;nbsp; I just double checked -- yes, I set up a shared directory on my VM.&amp;nbsp; Is the lockdown state affecting anything?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 22:02:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181909#M46323</guid>
      <dc:creator>corinnes</dc:creator>
      <dc:date>2014-07-16T22:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help using libname and filename - working on a Mac -- error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181910#M46324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;If you set up the shared directory with that specific path it should work.&lt;/P&gt;&lt;P&gt;You can contact the SAS help directly, they're fairly responsive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 22:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181910#M46324</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-07-16T22:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help using libname and filename - working on a Mac -- error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181911#M46325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will try that -- thanks for the suggestions!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 23:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-using-libname-and-filename-working-on-a-Mac-error/m-p/181911#M46325</guid>
      <dc:creator>corinnes</dc:creator>
      <dc:date>2014-07-16T23:11:39Z</dc:date>
    </item>
  </channel>
</rss>

