<?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: physical file does not exist: PROC IMPORT DATAFILE in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580965#M75620</link>
    <description>&lt;P&gt;Hi, another Newbie here. Trying to import a csv file - I've checked other posts/solutions and verified filepath and that it has headings in row 1, data starts in row 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here's my code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PROC IMPORT DATAFILE="C:\Users\John\Desktop\MSDA\C744-Data Mining II\TelcoCustChurn.csv"&lt;BR /&gt;DBMS=CSV OUT=pg2.TelcoCustChurn REPLACE;&lt;BR /&gt;GUESSINGROWS=7045;&lt;BR /&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I"m getting this in the log:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for any help and tips!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2019 01:03:32 GMT</pubDate>
    <dc:creator>mspswede</dc:creator>
    <dc:date>2019-08-14T01:03:32Z</dc:date>
    <item>
      <title>ERROR: physical file does not exist: PROC IMPORT DATAFILE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580965#M75620</link>
      <description>&lt;P&gt;Hi, another Newbie here. Trying to import a csv file - I've checked other posts/solutions and verified filepath and that it has headings in row 1, data starts in row 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here's my code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PROC IMPORT DATAFILE="C:\Users\John\Desktop\MSDA\C744-Data Mining II\TelcoCustChurn.csv"&lt;BR /&gt;DBMS=CSV OUT=pg2.TelcoCustChurn REPLACE;&lt;BR /&gt;GUESSINGROWS=7045;&lt;BR /&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I"m getting this in the log:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for any help and tips!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 01:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580965#M75620</guid>
      <dc:creator>mspswede</dc:creator>
      <dc:date>2019-08-14T01:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist: PROC IMPORT DATAFILE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580968#M75621</link>
      <description>Are you using SAS UE?</description>
      <pubDate>Wed, 14 Aug 2019 01:17:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580968#M75621</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-14T01:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist: PROC IMPORT DATAFILE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580969#M75622</link>
      <description>&lt;P&gt;No, SAS Studio - I should have noted that in my post!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 01:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580969#M75622</guid>
      <dc:creator>mspswede</dc:creator>
      <dc:date>2019-08-14T01:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist: PROC IMPORT DATAFILE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580970#M75623</link>
      <description>SAS UE is also SAS Studio. Ok, it looks like you're using SAS on a server, so it will likely not have access to your local drive. You need to upload your files to the server and then use them. In Studio go to the files/folders/panes and upload your file and then get the path and try and import it again.</description>
      <pubDate>Wed, 14 Aug 2019 01:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580970#M75623</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-14T01:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist: PROC IMPORT DATAFILE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580971#M75624</link>
      <description>&lt;P&gt;Fantastic - it worked! Thanks very much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 01:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-physical-file-does-not-exist-PROC-IMPORT-DATAFILE/m-p/580971#M75624</guid>
      <dc:creator>mspswede</dc:creator>
      <dc:date>2019-08-14T01:30:28Z</dc:date>
    </item>
  </channel>
</rss>

