<?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: Import CSV file on Mac in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649713#M22291</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/329322"&gt;@Kadjere&lt;/a&gt;&amp;nbsp; if you intended to reply, it did not come through.&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 21:21:22 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-05-21T21:21:22Z</dc:date>
    <item>
      <title>Import CSV file on Mac</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649630#M22268</link>
      <description>&lt;P&gt;I have reviewed many cases on the forum and none seems to solve my problem, Some Background:&lt;/P&gt;&lt;P&gt;1. I have a folder called my folders, defined as folder share&lt;/P&gt;&lt;P&gt;2. When I run this program&lt;/P&gt;&lt;PRE&gt;Proc import out=cars1&lt;BR /&gt;datafile= '//myfolders/cars1.csv' DBMS=CSV replace;&lt;BR /&gt;getnames=yes;&lt;BR /&gt;datarows = 9;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Here is what I get&lt;/P&gt;&lt;PRE class="sasLog"&gt;ERROR: The path //myfolders/cars1.csv is not in the list of accessible paths when SAS is in the lockdown state.&lt;/PRE&gt;&lt;P&gt;4. Any help will be appreciated and thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 16:41:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649630#M22268</guid>
      <dc:creator>Kadjere</dc:creator>
      <dc:date>2020-05-21T16:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV file on Mac</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649635#M22270</link>
      <description>&lt;P&gt;The shared folder in UE starts with /folders:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc import
  out=cars1
  datafile= '/folders/myfolders/cars1.csv'
  DBMS=CSV
  replace
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 May 2020 16:49:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649635#M22270</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-21T16:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV file on Mac</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649651#M22275</link>
      <description>No luck and thanks for your efforts, Here is the error I get :&lt;BR /&gt;1. Physical file does not exist, /folders/myfolders/cars1.csv.&lt;BR /&gt;2. This is how my shared file is titled on the shared page:&lt;BR /&gt;Machine Folders&lt;BR /&gt;Transient Folders&lt;BR /&gt;Myfolders /user/………………/cars1.csv&lt;BR /&gt;Hope this helps and once again thanks for helping. Lots of appreciations.&lt;BR /&gt;Bongs&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2020 17:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649651#M22275</guid>
      <dc:creator>Kadjere</dc:creator>
      <dc:date>2020-05-21T17:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV file on Mac</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649661#M22280</link>
      <description>&lt;P&gt;How is the shared folder configured for the UE virtual machine?&lt;/P&gt;
&lt;P&gt;Is the spelling of the filename correct (e.g. Cars1.csv is not equal to cars1.csv)?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649661#M22280</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-21T17:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV file on Mac</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649669#M22284</link>
      <description>Go to the Server Folders and Files. Navigate to the file in that pane, right click and select the properties. That will give you the path.&lt;BR /&gt;&lt;BR /&gt;From your recent post it seems like it's now under the 'user' folder, which was not mentioned previously. We cannot see your computer to see the correct path, but if you follow the steps above you should get the full path.</description>
      <pubDate>Thu, 21 May 2020 18:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649669#M22284</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-21T18:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV file on Mac</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649712#M22290</link>
      <description>##- Please type your reply above this line. No attach&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2020 21:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649712#M22290</guid>
      <dc:creator>Kadjere</dc:creator>
      <dc:date>2020-05-21T21:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV file on Mac</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649713#M22291</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/329322"&gt;@Kadjere&lt;/a&gt;&amp;nbsp; if you intended to reply, it did not come through.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 21:21:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-CSV-file-on-Mac/m-p/649713#M22291</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-21T21:21:22Z</dc:date>
    </item>
  </channel>
</rss>

