<?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 Import excel file error ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:\Users\ in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-file-error-ERROR-Physical-file-does-not-exist-pbr/m-p/814592#M40714</link>
    <description>&lt;P&gt;SAS EG&lt;BR /&gt;proc import datafile="C:\Users\HP\Desktop\AMRA.xlsx"&lt;BR /&gt;dbms=xlsx&lt;BR /&gt;out=mydata&lt;BR /&gt;replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:\Users\HP\Desktop\/AMRA.&lt;/P&gt;</description>
    <pubDate>Sun, 22 May 2022 11:53:53 GMT</pubDate>
    <dc:creator>Daily1</dc:creator>
    <dc:date>2022-05-22T11:53:53Z</dc:date>
    <item>
      <title>Import excel file error ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:\Users\</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-file-error-ERROR-Physical-file-does-not-exist-pbr/m-p/814592#M40714</link>
      <description>&lt;P&gt;SAS EG&lt;BR /&gt;proc import datafile="C:\Users\HP\Desktop\AMRA.xlsx"&lt;BR /&gt;dbms=xlsx&lt;BR /&gt;out=mydata&lt;BR /&gt;replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:\Users\HP\Desktop\/AMRA.&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 11:53:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-file-error-ERROR-Physical-file-does-not-exist-pbr/m-p/814592#M40714</guid>
      <dc:creator>Daily1</dc:creator>
      <dc:date>2022-05-22T11:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file error ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:\Us</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-file-error-ERROR-Physical-file-does-not-exist-pbr/m-p/814593#M40715</link>
      <description>&lt;P&gt;If you are using SAS® Studio, you cannot directly access files on your C: drive. You have to upload them to the SAS Studio server. On the left, under "Server Files and Folders", select a folder and then click on the upload icon.&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 11:57:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-file-error-ERROR-Physical-file-does-not-exist-pbr/m-p/814593#M40715</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-22T11:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file error ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:\Us</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-file-error-ERROR-Physical-file-does-not-exist-pbr/m-p/814596#M40716</link>
      <description>&lt;P&gt;Your Enterprise Guide is connected to a SAS server running on UNIX, most probably Linux. You need to first upload the file to the server so your SAS process can read it.&lt;/P&gt;
&lt;P&gt;Enterprise Guide provides the Copy Files task for this. After uploading, use the target path from Copy Files as DATAFILE in your PROC IMPORT statement.&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 12:58:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-file-error-ERROR-Physical-file-does-not-exist-pbr/m-p/814596#M40716</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-22T12:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file error ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:\Us</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-file-error-ERROR-Physical-file-does-not-exist-pbr/m-p/814804#M40727</link>
      <description>&lt;P&gt;Whenever a SAS code is executed on a server, it can access folders and files on the server but not on your desktop.&lt;/P&gt;
&lt;P&gt;Now you are&amp;nbsp; executing the code on the server, so the SAS searches for the file&amp;nbsp;&lt;SPAN&gt;"C:\Users\HP\Desktop\AMRA.xlsx" on the server. Therefore it triggers an error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The solution would be upload the file to the appropriate folder using scp client.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In a typical SAS environment jobs running on the server cannot normally access location on the users desktop/laptop/vdi.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;However some times access is permitted and one need to use the UNC path something like "\\your_esktop_name\full_file_path\filename.xlsx" in place of the filepath you have provided. This fact can be confirmed by your SAS administrator.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 23:00:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-file-error-ERROR-Physical-file-does-not-exist-pbr/m-p/814804#M40727</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-05-23T23:00:06Z</dc:date>
    </item>
  </channel>
</rss>

