<?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 ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-Physical-file-does-not-exist/m-p/71004#M8127</link>
    <description>Hi:&lt;BR /&gt;
  Are you by any chance using SAS Enterprise Guide to submit code to a server??? Or possibly running SAS under a Business Intelligence Platform configuration??? It looks like something in your configuration is putting that location "P:\DMC" in front of the path created by FILE=. These previous forum postings and Tech Support notes might be relevant:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=10994" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=10994&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=7840" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=7840&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/37/593.html" target="_blank"&gt;http://support.sas.com/kb/37/593.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-sasinitialfolder.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-sasinitialfolder.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#startsas.htm#workdir" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#startsas.htm#workdir&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/23/457.html" target="_blank"&gt;http://support.sas.com/kb/23/457.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/17/709.html" target="_blank"&gt;http://support.sas.com/kb/17/709.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
   You might want to work with your SAS Administrator to investigate settings in the configuration file used or investigate SAS Option settings for SASINITIALFOLDER by using this code:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc options group=envfiles;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
  &lt;BR /&gt;
PROC OPTIONS output is written to the SAS log, so you should be able to see where/whether "P\DMC" appears in the list of option values. &lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Thu, 09 Sep 2010 14:49:03 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-09-09T14:49:03Z</dc:date>
    <item>
      <title>Error: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-Physical-file-does-not-exist/m-p/71003#M8126</link>
      <description>Hello again&lt;BR /&gt;
&lt;BR /&gt;
I can't explain why i get this error, why does it look for P:\DMC? &lt;BR /&gt;
&lt;BR /&gt;
ERROR: Physical file does not exist,&lt;BR /&gt;
       P:\DMC\\\mtrlpqdc304\busint_SS$\msg\2010\Report_for_2010_july2010_20100810.xls.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
%let report="\\mtrlpqdc304\busint_SS$\msg\2010\Report_for_2010_july2010_20100810.xls";&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods html file=&amp;amp;report RS=none style=styles.noborder;&lt;BR /&gt;
&lt;BR /&gt;
option nodate;&lt;BR /&gt;
title1 'Outsourcer lateness - 2010';&lt;BR /&gt;
title2 ' ';</description>
      <pubDate>Thu, 09 Sep 2010 13:28:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-Physical-file-does-not-exist/m-p/71003#M8126</guid>
      <dc:creator>fredbell</dc:creator>
      <dc:date>2010-09-09T13:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-Physical-file-does-not-exist/m-p/71004#M8127</link>
      <description>Hi:&lt;BR /&gt;
  Are you by any chance using SAS Enterprise Guide to submit code to a server??? Or possibly running SAS under a Business Intelligence Platform configuration??? It looks like something in your configuration is putting that location "P:\DMC" in front of the path created by FILE=. These previous forum postings and Tech Support notes might be relevant:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=10994" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=10994&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=7840" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=7840&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/37/593.html" target="_blank"&gt;http://support.sas.com/kb/37/593.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-sasinitialfolder.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-sasinitialfolder.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#startsas.htm#workdir" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#startsas.htm#workdir&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/23/457.html" target="_blank"&gt;http://support.sas.com/kb/23/457.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/17/709.html" target="_blank"&gt;http://support.sas.com/kb/17/709.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
   You might want to work with your SAS Administrator to investigate settings in the configuration file used or investigate SAS Option settings for SASINITIALFOLDER by using this code:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc options group=envfiles;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
  &lt;BR /&gt;
PROC OPTIONS output is written to the SAS log, so you should be able to see where/whether "P\DMC" appears in the list of option values. &lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 09 Sep 2010 14:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-Physical-file-does-not-exist/m-p/71004#M8127</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-09-09T14:49:03Z</dc:date>
    </item>
  </channel>
</rss>

