<?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/243766#M45366</link>
    <description>&lt;P&gt;And, if you use SASKiwis method, you might consider setting a maximum number of repeats, so that your job won't wait for the rest of eternity.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jan 2016 13:26:09 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-01-15T13:26:09Z</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/243681#M45344</link>
      <description>&lt;P&gt;i have a program with filename statement pointing to a file with a network path. &amp;nbsp;then use the infile statement to convert it to SAS dataset. &amp;nbsp;it works fine vast majority of the time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;however, once in a while when we process tons of jobs at same time, one or two will fail due to error of can not find the file. &amp;nbsp;obviously, the file is there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any ideas? &amp;nbsp;thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 04:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/243681#M45344</guid>
      <dc:creator>Grumbler</dc:creator>
      <dc:date>2016-01-15T04:26:56Z</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/243692#M45349</link>
      <description>&lt;P&gt;Maybe there are some time delay when you connect to network path. Try wait some seconds:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;/P&gt;
&lt;P&gt;rc=sleep(10,1);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 05:16:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/243692#M45349</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-01-15T05:16:26Z</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/243703#M45354</link>
      <description>&lt;P&gt;You could try using the FILEXIST function to confirm first if SAS can find the file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/67960/HTML/default/viewer.htm#n06xm8hwk0t0axn10gj16lfiri43.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/67960/HTML/default/viewer.htm#n06xm8hwk0t0axn10gj16lfiri43.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it doesn't exist then you could keep repeating the function until SAS successfully finds it.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 07:42:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/243703#M45354</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-01-15T07:42: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/243766#M45366</link>
      <description>&lt;P&gt;And, if you use SASKiwis method, you might consider setting a maximum number of repeats, so that your job won't wait for the rest of eternity.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 13:26:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist/m-p/243766#M45366</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-01-15T13:26:09Z</dc:date>
    </item>
  </channel>
</rss>

