<?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 SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112033#M259069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On stand alone pc, renamed the file name from sql_file_name_test_.xlsx which caused the ERROR to test_sql.xlsx and the test_sql.xlsx file opened ok.&amp;nbsp; Both files are in the same location as other files that have been opened with SAS.&amp;nbsp; Sometimes a simple file name change will fix the ERROR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 11:23:38 GMT</pubDate>
    <dc:creator>SAS2GO</dc:creator>
    <dc:date>2015-03-26T11:23:38Z</dc:date>
    <item>
      <title>ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112009#M259045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I`m trying to read a large text file using infile statement.&lt;/P&gt;&lt;P&gt;When i ran the code, i encountered this error. "ERROR: Physical file does not exist".&lt;/P&gt;&lt;P&gt;I checked the location and see the file is there.&lt;/P&gt;&lt;P&gt;Your help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saravanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 16:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112009#M259045</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2012-07-19T16:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112010#M259046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide the FILENAME statement if used or the INFILE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most likely problem is a typo in the path or filename, or if using a macro the resolved macro filename or infile has a problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 21:44:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112010#M259046</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-07-19T21:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112011#M259047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, The FILENAME statement is used as given,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename in &lt;/SPAN&gt;"Q:\Data\Original\2010\Decrypted\MDS_Qtr\201204(Apr)\2011Q1\QWU_J67455_P1_Custom.txt" lrecl=1274;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infile in dsd truncover;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Q: is on server and it is mapped to my computer. This is how it reads,&lt;/P&gt;&lt;P&gt; computer\tmstua(&lt;A href="https://communities.sas.com/"&gt;\\sas-2003&lt;/A&gt;)(Q:)\Data\Original\2010\Decrypted\MDS_Qtr\201204(Apr)\2011Q1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 12:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112011#M259047</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2012-07-20T12:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112012#M259048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to verifying visually that the file exists in the directory you're referencing, can open and view the file in a text editor? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering if the parenthesis in the filename are causing a problem.&amp;nbsp; I've never seen those used before. The only special characters I can recall seeing in a path are the underscore and dash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd say create the exact same directory structure on your C: drive or another mapped drive but without the ( ) characters and copy the file there.&amp;nbsp; Then change the filename statement and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&amp;nbsp; This is a curious one.&amp;nbsp; Be sure to let us know what you figure out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 15:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112012#M259048</guid>
      <dc:creator>bentleyj1</dc:creator>
      <dc:date>2012-07-20T15:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112013#M259049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is too large to be opened in a text editor. I have tried creating the same directory structure in my C: drive and it works perfectly.&lt;/P&gt;&lt;P&gt;Q: drive is on the server and it is mapped to my computer. When i try to access Q:drive, it doesn`t work. I`m baffled.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 15:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112013#M259049</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2012-07-20T15:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112014#M259050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very curious.&amp;nbsp; I created a directory on my LAN with (Apr) in the path, put a text file there, created a filename pointing to it, and it worked just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except that I mistyped the path the first run and it returned the file not exists error.&amp;nbsp; To be sure, I went into Windows Explorer and copied and pasted the directory path and filename into the filename statement.&amp;nbsp; It worked then.&amp;nbsp; Have you done that or did you type it in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a long path and filename, and I see the path has directories for years 2010, 2012, and 2011 in it.&amp;nbsp; Looks confusing.&amp;nbsp; Are those all correct? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ballardw suggested earlier it's a typo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 15:47:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112014#M259050</guid>
      <dc:creator>bentleyj1</dc:creator>
      <dc:date>2012-07-20T15:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112015#M259051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid typos i copy pasted the path and file name from windows explorer.&lt;/P&gt;&lt;P&gt;It works fine with same directory structure in other drives except for Q: drive.&lt;/P&gt;&lt;P&gt;I`m not sure why it is not working for Q: drive.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 15:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112015#M259051</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2012-07-20T15:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112016#M259052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make sure that the file is closed when you run the code, sometimes if the file is open by another program, this may happen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 15:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112016#M259052</guid>
      <dc:creator>niam</dc:creator>
      <dc:date>2012-07-20T15:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112017#M259053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;File is closed and it is not used by anyother program. Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 16:03:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112017#M259053</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2012-07-20T16:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112018#M259054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid I'm stumped on this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 16:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112018#M259054</guid>
      <dc:creator>bentleyj1</dc:creator>
      <dc:date>2012-07-20T16:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112019#M259055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe there are two many subdirectories?&lt;/P&gt;&lt;P&gt;I had problem to get files from the subdirectories of&lt;/P&gt;&lt;P&gt;"&lt;A href="https://communities.sas.com/"&gt;\\Fhs-srv-array1\Users\www\my&lt;/A&gt; documents\From my old computer"&lt;/P&gt;&lt;P&gt;after changing&lt;/P&gt;&lt;P&gt;"&lt;A href="https://communities.sas.com/"&gt;\\Fhs-srv-array1\Users\www\my&lt;/A&gt; documents\From my old computer"&lt;/P&gt;&lt;P&gt;to a letter drive (Y:) it worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 16:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112019#M259055</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-07-20T16:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112020#M259056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running SAS locally or on the server?&amp;nbsp; If you are running on the server, it may require different drive mappings than you have on your local PC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 17:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112020#M259056</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-07-20T17:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112021#M259057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should try that.Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 18:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112021#M259057</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2012-07-20T18:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112022#M259058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I`m running SAS on server. I have other drives which is mapped the same way as Q: drive. There is no such problem when pulling data from other drives which is also mapped similar to Q: drive.&lt;/P&gt;&lt;P&gt;I don`t know why it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 18:17:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112022#M259058</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2012-07-20T18:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112023#M259059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a UNIX server that SAS is running on?&amp;nbsp; If so, you've got a special setup that allows it to read from what I presume is a Windows-based LAN and your Q: drive isn't mapped to the server.&amp;nbsp; Our Unix server can't access file on our LAN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 18:52:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112023#M259059</guid>
      <dc:creator>bentleyj1</dc:creator>
      <dc:date>2012-07-20T18:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112024#M259060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No we have windows server where SAS is running on.!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 19:24:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112024#M259060</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2012-07-20T19:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112025#M259061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;save a simple file to the same location to try to read it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 19:27:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112025#M259061</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-07-20T19:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112026#M259062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that the Q: drive on your server is not mapped the way it is on your workstation and you are going to have to work with your local network support to solve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 20:05:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112026#M259062</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-07-20T20:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112027#M259063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might need to give the actual drive designation instead of the drive letter...for example, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/"&gt;\\sas-2003\computer\tmstua&lt;/A&gt;&lt;A href="https://communities.sas.com/"&gt;\Data\Original\2010\Decrypted\MDS_Qtr\201204(Apr)\2011Q1&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 20:26:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112027#M259063</guid>
      <dc:creator>robby_beum</dc:creator>
      <dc:date>2012-07-20T20:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112028#M259064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried saving a simple file and it did not work either &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 12:36:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/112028#M259064</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2012-07-23T12:36:55Z</dc:date>
    </item>
  </channel>
</rss>

