<?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 HTML error in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461760#M20950</link>
    <description>&lt;P&gt;Your HTML file test.html is being written to an invalid directory. Post your code so we can see what is happening more clearly.&lt;/P&gt;</description>
    <pubDate>Sat, 12 May 2018 06:06:57 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-05-12T06:06:57Z</dc:date>
    <item>
      <title>ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461752#M20949</link>
      <description>&lt;P&gt;I am having errors with html formats. Here is the error message I see on my log:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;"&lt;EM&gt;ERROR: A component of C:\Users\mehretu\AppData\Local\Temp\4\SAS Temporary&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Files\_TD6816_SPAZIO_\H:\output\test.html is not a directory.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERROR: No body file. HTML output will not be created.&lt;/EM&gt;&lt;BR /&gt;"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What's confusing is I have zero problem with any other format...PDF,CSV,xlsx.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any insight is appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 12 May 2018 03:06:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461752#M20949</guid>
      <dc:creator>HabAM</dc:creator>
      <dc:date>2018-05-12T03:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461760#M20950</link>
      <description>&lt;P&gt;Your HTML file test.html is being written to an invalid directory. Post your code so we can see what is happening more clearly.&lt;/P&gt;</description>
      <pubDate>Sat, 12 May 2018 06:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461760#M20950</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-05-12T06:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461776#M20951</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt; My guess is that you had something like this:&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ODS HTML file="H:\output\test.html" ... ; &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;or&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ODS HTML body="H:\output\test.html" ...;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Try changing it to:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;ODS HTML path="H:\output" file="test.html" ... ; &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;or&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;ODS HTML path="H:\output" body="test.html" ...;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Notice how your WORK location folder is being pre-pended to your H: drive location. This is typically what happens when your default PATH is set to one thing and then the FILE= value is added to that default location.&lt;BR /&gt;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sat, 12 May 2018 14:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461776#M20951</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-05-12T14:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461808#M20952</link>
      <description>&lt;P&gt;Thank you Cynthia, the Path/body format worked. Is this a new change with the new release?&lt;/P&gt;&lt;P&gt;We just updated our&amp;nbsp;SAS license and that is when I started having this error message.&lt;/P&gt;</description>
      <pubDate>Sat, 12 May 2018 23:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461808#M20952</guid>
      <dc:creator>HabAM</dc:creator>
      <dc:date>2018-05-12T23:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461812#M20953</link>
      <description>Hi:&lt;BR /&gt;  Yes, I believe that with the new release, the use of PATH= is now required for ODS HTML. Using the path location in FILE= or BODY= will generate a message such as you observed. Here's the note about it:&lt;BR /&gt;&lt;A href="http://support.sas.com/kb/15/046.html" target="_blank"&gt;http://support.sas.com/kb/15/046.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Sun, 13 May 2018 02:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/461812#M20953</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-05-13T02:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/479254#M21303</link>
      <description>&lt;P&gt;The ODS HTML Statement documentation has information on the usage of path/body(file) under the PATH= option. Here's the link:&amp;nbsp;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=odsug&amp;amp;docsetTarget=n0f5s1zezthhbrn1u0z71mh3wx64.htm&amp;amp;locale=en#n0b5w6uybhac3wn1mvbaktqgzv27" target="_blank"&gt;ODS HTML Statement&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 20:31:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/479254#M21303</guid>
      <dc:creator>sara_t_saspubs</dc:creator>
      <dc:date>2018-07-18T20:31:01Z</dc:date>
    </item>
  </channel>
</rss>

