<?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: ODS not creating output file in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-not-creating-output-file/m-p/142632#M11273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Log usually includes a note about the destination.&lt;/P&gt;&lt;P&gt;ODS HTML though usually wants a Path and Body instead of file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS HTML path="C:\" body="temp.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say that naming html xls is moderately poor practice as the behavior of Excel changes with each release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2014 19:55:36 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-05-02T19:55:36Z</dc:date>
    <item>
      <title>ODS not creating output file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-not-creating-output-file/m-p/142631#M11272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;l tried to run this simple code in my EG:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods html file = "C:\temp.xls";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc print data = sashelp.class;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But the output file is not created in my C directory. I am on windows XP.&lt;/P&gt;&lt;P&gt;How to debug this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 19:19:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-not-creating-output-file/m-p/142631#M11272</guid>
      <dc:creator>eagles_dare13</dc:creator>
      <dc:date>2014-05-02T19:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODS not creating output file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-not-creating-output-file/m-p/142632#M11273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Log usually includes a note about the destination.&lt;/P&gt;&lt;P&gt;ODS HTML though usually wants a Path and Body instead of file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS HTML path="C:\" body="temp.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say that naming html xls is moderately poor practice as the behavior of Excel changes with each release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 19:55:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-not-creating-output-file/m-p/142632#M11273</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-02T19:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: ODS not creating output file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-not-creating-output-file/m-p/142633#M11274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It now says:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: Writing HTML Body file: temp.xls&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /opt/sas/ServerConfig/xxx/C:\/temp.xls.&lt;/P&gt;&lt;P&gt;ERROR: No body file. HTML output will not be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The directory "/opt/sas/ServerConfig/xxx" does not even exist on my machine, where does it pick it up from?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 20:02:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-not-creating-output-file/m-p/142633#M11274</guid>
      <dc:creator>eagles_dare13</dc:creator>
      <dc:date>2014-05-02T20:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: ODS not creating output file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-not-creating-output-file/m-p/142634#M11275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you are running SAS through a server on a Unix box which I have no experience with. There have been a number of posts on the forum about redirecting output in the server setups.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 20:08:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-not-creating-output-file/m-p/142634#M11275</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-02T20:08:54Z</dc:date>
    </item>
  </channel>
</rss>

