<?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 Error Message &amp;quot;Physical Path doesn't exist&amp;quot; . Unable to Import CSV file from Physical Path in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-Message-quot-Physical-Path-doesn-t-exist-quot-Unable-to/m-p/357377#M83883</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am mporting the CSV file form my local pc location .But Facing error as "Path Dosen't exist' for below code.Can any one help me what's wrong in my below code and how can I solve it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;filename mycsvfile 'D:\Softwares\SASUniversityEdition\SuperstoreSales.csv' termstr=crlf;
proc import datafile=mycsvfile
      out=mylib.tableaudata
      dbms=csv
      replace;
run;

proc print data=mycsvfile;
run;
  &lt;/PRE&gt;</description>
    <pubDate>Wed, 10 May 2017 05:10:28 GMT</pubDate>
    <dc:creator>siddiqalimd</dc:creator>
    <dc:date>2017-05-10T05:10:28Z</dc:date>
    <item>
      <title>Error Message "Physical Path doesn't exist" . Unable to Import CSV file from Physical Path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Message-quot-Physical-Path-doesn-t-exist-quot-Unable-to/m-p/357377#M83883</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am mporting the CSV file form my local pc location .But Facing error as "Path Dosen't exist' for below code.Can any one help me what's wrong in my below code and how can I solve it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;filename mycsvfile 'D:\Softwares\SASUniversityEdition\SuperstoreSales.csv' termstr=crlf;
proc import datafile=mycsvfile
      out=mylib.tableaudata
      dbms=csv
      replace;
run;

proc print data=mycsvfile;
run;
  &lt;/PRE&gt;</description>
      <pubDate>Wed, 10 May 2017 05:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Message-quot-Physical-Path-doesn-t-exist-quot-Unable-to/m-p/357377#M83883</guid>
      <dc:creator>siddiqalimd</dc:creator>
      <dc:date>2017-05-10T05:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message "Physical Path doesn't exist" . Unable to Import CSV file from Physical</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Message-quot-Physical-Path-doesn-t-exist-quot-Unable-to/m-p/357379#M83885</link>
      <description>&lt;P&gt;If you are using SAS University Edition, you have tro use the proper UNIX path to your shared folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case of ERRORs, always post the log. Use the {i} button to open a window that preserves the text formatting.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 05:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Message-quot-Physical-Path-doesn-t-exist-quot-Unable-to/m-p/357379#M83885</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-10T05:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message "Physical Path doesn't exist" . Unable to Import CSV file from Physical</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Message-quot-Physical-Path-doesn-t-exist-quot-Unable-to/m-p/357380#M83886</link>
      <description>&lt;P&gt;Using SAS UE the filename path shoul be like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;filename mycsvfile '/folders/myshortcuts/My_Folders/SuperstoreSales.csv' termstr=crlf;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 05:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Message-quot-Physical-Path-doesn-t-exist-quot-Unable-to/m-p/357380#M83886</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-05-10T05:26:43Z</dc:date>
    </item>
  </channel>
</rss>

