<?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: ERROR: Physical file does not exist in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544719#M7917</link>
    <description>&lt;P&gt;SAS UE runs on the virtual machine you installed and doesn't have access to your entire computer and you don't have access to SAS installation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To share files between the two OS you need to set up shared drives, which was part of the installation instructions. You called it myfolders.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To work with files, especially at the beginning, place the files in the myfolders folder and access them using the following path:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/folders/myfolders/myFileName.extension&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 20 Mar 2019 22:11:54 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-03-20T22:11:54Z</dc:date>
    <item>
      <title>ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544692#M7905</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a new user of SAS university edition. I face this issue when I run the code.&lt;/P&gt;&lt;P&gt;What I should do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2019-03-20 15.40.43.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28071i5225AB7C22D5019C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2019-03-20 15.40.43.png" alt="Screenshot 2019-03-20 15.40.43.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 19:54:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544692#M7905</guid>
      <dc:creator>INuha</dc:creator>
      <dc:date>2019-03-20T19:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544693#M7906</link>
      <description>&lt;P&gt;The place where you told SAS to look for the file is a place where the file does not exist, or the place does not exist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show us the entire SAS log as text (not screen capture), pasted into the window that appears when you click on the {i} icon. Do NOT paste the SAS log text directly into the reply window, click on the {i} icon.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 20:01:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544693#M7906</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-03-20T20:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544695#M7907</link>
      <description>&lt;PRE&gt; 
 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         DATA mydata;
 74         
 75             INFILE "\\Desktop\SASUniversityEdition\myfolders\students.csv"
 76         
 77             DELIMITER = ","
 78         
 79             MISSOVER DSD
 80         
 81             FIRSTOBS=2;
 82         
 83             /*LRECL=32767;*/
 84         
 85         
 86         
 87             INPUT Gender Age Weghit   Height      BMI   H_status    Married     Ethnicity      Education   Nutr_Prog   Major
 87       ! Dietery_Recom     Food_groups Heathly_choices      Diet_disease      Fiber_recom
 88         
 89         ;
 90         
 91         RUN;
 
 ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/\\Desktop\SASUniversityEdition\myfolders\students.csv.
 NOTE: The SAS System stopped processing this step because of errors.
 WARNING: The data set WORK.MYDATA may be incomplete.  When this step was stopped there were 0 observations and 16 variables.
 NOTE: DATA statement used (Total process time):
       real time           0.01 seconds
       cpu time            0.00 seconds
       
 
 92         
 93         
 94         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 106        &lt;/PRE&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN&gt;Paige Miller for reply. you can see log text above.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 20:08:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544695#M7907</guid>
      <dc:creator>INuha</dc:creator>
      <dc:date>2019-03-20T20:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544696#M7908</link>
      <description>&lt;P&gt;This looks like the classic confusion between the server responsible for running the SAS code (a Linux host) and the client running SAS Enterprise Guide (a Windows machine).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Server and client do not share their file as is illustrated by the resulting path name containing both forward and back slahses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to run your code on a file residing on your PC first bring it to the client. There a several ways: use a file transfer tool like Filezilla, WinSCP or use the EG Import Data task to do this. The latter allows you get your file straight into a table as a bonus.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;-- Jan.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 20:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544696#M7908</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2019-03-20T20:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544698#M7909</link>
      <description>&lt;P&gt;Use /folders/myfolders/students.csv as your path to the file. UE runs in a virtual machine with UNIX (Linux).&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 20:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544698#M7909</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-03-20T20:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544719#M7917</link>
      <description>&lt;P&gt;SAS UE runs on the virtual machine you installed and doesn't have access to your entire computer and you don't have access to SAS installation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To share files between the two OS you need to set up shared drives, which was part of the installation instructions. You called it myfolders.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To work with files, especially at the beginning, place the files in the myfolders folder and access them using the following path:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/folders/myfolders/myFileName.extension&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Mar 2019 22:11:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/544719#M7917</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-03-20T22:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/545034#M7970</link>
      <description>&lt;P&gt;I did this when I installed the SAS UE. I created a&amp;nbsp;UniversityEdition folder/myfolder.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 20:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/545034#M7970</guid>
      <dc:creator>INuha</dc:creator>
      <dc:date>2019-03-21T20:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/545037#M7971</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/264436"&gt;@INuha&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I did this when I installed the SAS UE. I created a&amp;nbsp;UniversityEdition folder/myfolder.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;yes, but you didn't use the path correctly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You used it as you would see it from the C drive, not how SAS running on the VM see's it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's more like working with a file on AWS or a SAS Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of:&lt;/P&gt;
&lt;PRE&gt; "\\Desktop\SASUniversityEdition\myfolders\students.csv"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;"/folders/myfolders/students.csv"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 20:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/545037#M7971</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-03-21T20:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/665684#M22932</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12460"&gt;@jklaverstijn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello sir&lt;/P&gt;&lt;P&gt;i m a new comer starting SAS just 2 hours ago, well after setting up UniversityEdition on my W7 laptop, i tried to type my first SAS program. I end up with the&amp;nbsp; "Physical file does not exist" error..I read all what was suggested on SAS community regarding the issue...It did not help...I saw you advising using a FileTransfer tool (like Filezila) could you tell me more...How to handle it ( save all my files in a folder that SASUniversity edition will access with no troubles)&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 data Demographic;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 infile "C:\Users\user\VirtualBox VMs\SAS University Edition\F\Mydata.txt";&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 input Gender $ Age Height Weight;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\user\VirtualBox VMs\SAS University&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Edition\F\Mydata.txt.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.DEMOGRAPHIC may be incomplete. When this step was stopped there were 0 observations and 4 variables.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement a utilisé (Durée totale du traitement) :&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 title "Gender Frequencies";&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 proc freq data=Demographic;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 tables Gender;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: No observations in data set WORK.DEMOGRAPHIC.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE FREQ a utilisé (Durée totale du traitement) :&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 title "Summary Statistics";&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 proc means data=Demographic;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 var Age Height Weight;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: No observations in data set WORK.DEMOGRAPHIC.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE MEANS a utilisé (Durée totale du traitement) :&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.07 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.02 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;98&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 01:59:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/665684#M22932</guid>
      <dc:creator>Armand_B</dc:creator>
      <dc:date>2020-06-29T01:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/665688#M22933</link>
      <description>Solution is exactly the same as above the file has to be in your myfolders that you set up during the installation and then the path should be the following and is likely case sensitive.&lt;BR /&gt;&lt;BR /&gt;infile "/folders/myfolders/Mydata.txt"</description>
      <pubDate>Mon, 29 Jun 2020 02:44:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Physical-file-does-not-exist/m-p/665688#M22933</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-29T02:44:47Z</dc:date>
    </item>
  </channel>
</rss>

