<?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 Physical file does not exist&amp;quot; error in SAS University Edition -  File path issue in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Physical-file-does-not-exist-quot-error-in-SAS-University/m-p/957829#M2538</link>
    <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to SAS University Edition and I'm having trouble importing a CSV file. I keep getting the error message "ERROR: Physical file does not exist" even though I've confirmed that the file exists at the specified location.&lt;/P&gt;&lt;P&gt;Here's the code I'm using:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;SAS&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class=""&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;PROC IMPORT &lt;/SPAN&gt;DATAFILE=&lt;SPAN class=""&gt;"C:\Users\rakes\OneDrive\Desktop\mydata.csv"&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;OUT&lt;/SPAN&gt;=mydata 
    DBMS=CSV &lt;SPAN class=""&gt;REPLACE&lt;/SPAN&gt;;
    GETNAMES=YES;
&lt;SPAN class=""&gt;RUN;&lt;/SPAN&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I've double-checked the file path and made sure the file is not read-only. I've also tried running SAS as administrator, but the error persists.&lt;/P&gt;&lt;P&gt;I noticed that the error message shows a different path (/pbr/biconfig/940/Lev1/SASApp/...) which I believe is related to the virtual machine environment. I'm not sure how to access or modify files in that location.&lt;/P&gt;&lt;P&gt;Could someone please help me understand why this error is occurring and how to resolve it? Do I need to configure something in the virtual machine settings or is there a different way to specify the file path?&lt;/P&gt;&lt;P&gt;Any guidance would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2025 17:45:28 GMT</pubDate>
    <dc:creator>u64147357</dc:creator>
    <dc:date>2025-01-31T17:45:28Z</dc:date>
    <item>
      <title>Physical file does not exist" error in SAS University Edition -  File path issue</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Physical-file-does-not-exist-quot-error-in-SAS-University/m-p/957829#M2538</link>
      <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to SAS University Edition and I'm having trouble importing a CSV file. I keep getting the error message "ERROR: Physical file does not exist" even though I've confirmed that the file exists at the specified location.&lt;/P&gt;&lt;P&gt;Here's the code I'm using:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;SAS&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class=""&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;PROC IMPORT &lt;/SPAN&gt;DATAFILE=&lt;SPAN class=""&gt;"C:\Users\rakes\OneDrive\Desktop\mydata.csv"&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;OUT&lt;/SPAN&gt;=mydata 
    DBMS=CSV &lt;SPAN class=""&gt;REPLACE&lt;/SPAN&gt;;
    GETNAMES=YES;
&lt;SPAN class=""&gt;RUN;&lt;/SPAN&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I've double-checked the file path and made sure the file is not read-only. I've also tried running SAS as administrator, but the error persists.&lt;/P&gt;&lt;P&gt;I noticed that the error message shows a different path (/pbr/biconfig/940/Lev1/SASApp/...) which I believe is related to the virtual machine environment. I'm not sure how to access or modify files in that location.&lt;/P&gt;&lt;P&gt;Could someone please help me understand why this error is occurring and how to resolve it? Do I need to configure something in the virtual machine settings or is there a different way to specify the file path?&lt;/P&gt;&lt;P&gt;Any guidance would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 17:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Physical-file-does-not-exist-quot-error-in-SAS-University/m-p/957829#M2538</guid>
      <dc:creator>u64147357</dc:creator>
      <dc:date>2025-01-31T17:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist" error in SAS University Edition -  File path issue</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Physical-file-does-not-exist-quot-error-in-SAS-University/m-p/957830#M2539</link>
      <description>&lt;P&gt;SAS University Edition no longer exists.&lt;/P&gt;
&lt;P&gt;Are talking about using SAS ODA?&amp;nbsp; That runs on a server at SAS.COM and you interface with it using a browser.&amp;nbsp; The SAS server cannot see files on your PC.&amp;nbsp; You will need to upload the file and then use the path it has on the SAS server in your code.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 17:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Physical-file-does-not-exist-quot-error-in-SAS-University/m-p/957830#M2539</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-01-31T17:51:19Z</dc:date>
    </item>
  </channel>
</rss>

