<?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: &amp;quot;Physical file does not exist&amp;quot; in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/475310#M71149</link>
    <description>&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-tooltip-trigger"&gt;&lt;DIV class="lia-message-body-content"&gt;best reply to this issue till date. Crystal clear solution. Thank you&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 03 Jul 2018 19:33:41 GMT</pubDate>
    <dc:creator>shailaja1</dc:creator>
    <dc:date>2018-07-03T19:33:41Z</dc:date>
    <item>
      <title>"Physical file does not exist"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/201906#M50422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to extract external data file from my desktop into SAS. I keep getting an error saying the physical file does not exist. The path to the file is correct and I've checked it multiple times. I'm not sure what I'm doing wrong or if maybe it's some type of firewall setting that SAS can't get into my desktop files?&amp;nbsp; My laptop is running Windows 7 and I'm using the SAS Studio. Any Ideas? Here's my SAS syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA assignment2;&lt;/P&gt;&lt;P&gt;INFILE 'C:\Users\new_account\Desktop\assignment2.dat';&lt;/P&gt;&lt;P&gt;INPUT Gender $ Age $ Systolic $ Diastolic;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log looks like:&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 42 ;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 43 DATA assignment2;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 44 INFILE 'C:\Users\new_account\Desktop\assignment2.dat';&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 45 INPUT Gender $ Age $ Systolic $ Diastolic;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 46 RUN;&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1426441728993" style="color: #ff0000;"&gt; ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\new_account\Desktop\assignment2.dat.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote1_1426441728993" style="color: #0000ff;"&gt; NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="sasWarning" id="sasLogWarning1_1426441728993" style="color: #008000;"&gt; WARNING: The data set WORK.ASSIGNMENT2 may be incomplete. When this step was stopped there were 0 observations and 4 variables.&lt;/P&gt;&lt;P class="sasWarning" id="sasLogWarning2_1426441728993" style="color: #008000;"&gt; WARNING: Data set WORK.ASSIGNMENT2 was not replaced because this step was stopped.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote2_1426441728993" style="color: #0000ff;"&gt; NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; real time 0.00 seconds&lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; cpu time 0.00 seconds&lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 47 ;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 48 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 58 ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 17:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/201906#M50422</guid>
      <dc:creator>jatkrs</dc:creator>
      <dc:date>2015-03-15T17:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: "Physical file does not exist"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/201907#M50423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your SAS is installed in remote server , but you are using local PC 's file path , therefore that couldn't work out .&lt;/P&gt;&lt;P&gt;You need upload that file to remote SAS server , and use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;INFILE '/home/etc/assignment2.dat';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Or if you are using EG , try to import it via Menu .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 06:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/201907#M50423</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-03-16T06:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: "Physical file does not exist"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/201908#M50424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do a google search for&lt;/P&gt;&lt;P&gt;"physical file does not exist sas community"&lt;/P&gt;&lt;P&gt;and you will find the many threads here that have dealt with this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 06:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/201908#M50424</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-16T06:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: "Physical file does not exist"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/201909#M50425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, As Kurt suggested, there are MANY postings, especially in the SAS Analytics U forum about how you CANNOT use a C: drive location and Windows slashes (\) when you use SAS University Edition or SAS OnDemand for Academics. One of the LAST steps in setting up the SAS University Edition was setting up your shared folder location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that means, if you are using SAS University Edition you will need to&lt;/P&gt;&lt;P&gt;1) make sure you have set up shared folders&lt;/P&gt;&lt;P&gt;2) put your assignment2.dat file in the shared folder location&lt;/P&gt;&lt;P&gt;3) use the correct path name (which you will find many examples of in the forums)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, if you are using SAS OnDemand for Academics you will need to&lt;/P&gt;&lt;P&gt;1) check to see if your instructor already put assignment2.dat into the class directory and if so, use that folder path&lt;/P&gt;&lt;P&gt;2) if you instructor has NOT put the file in the class directory, then you will need to upload the file to your OnDemand server folder&lt;/P&gt;&lt;P&gt;3) use the correct path name (which you will find an example of in your Control Center information)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 21:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/201909#M50425</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-03-16T21:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: "Physical file does not exist"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/244300#M56045</link>
      <description>&lt;P&gt;Thanks for this! I was going crazy trying to figure this out, but this tip fixed my problem! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 21:35:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/244300#M56045</guid>
      <dc:creator>morgankho</dc:creator>
      <dc:date>2016-01-18T21:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: "Physical file does not exist"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/338330#M63114</link>
      <description>&lt;P&gt;How to copy the file to my remote server and how can i find the remote server?&lt;/P&gt;&lt;P&gt;my file is on local pc&amp;nbsp;C:\Users\xxxx\Desktop\SAS Assignments\XLSX-files\sample.xlsx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;even i copied this file to shared folder where it is allowed in the Virtualbox&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please suggest me&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 00:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/338330#M63114</guid>
      <dc:creator>R_kunamneni19</dc:creator>
      <dc:date>2017-03-06T00:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: "Physical file does not exist"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/475310#M71149</link>
      <description>&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-tooltip-trigger"&gt;&lt;DIV class="lia-message-body-content"&gt;best reply to this issue till date. Crystal clear solution. Thank you&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Jul 2018 19:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Physical-file-does-not-exist-quot/m-p/475310#M71149</guid>
      <dc:creator>shailaja1</dc:creator>
      <dc:date>2018-07-03T19:33:41Z</dc:date>
    </item>
  </channel>
</rss>

