<?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 ODS HTML creating multiple files in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-creating-multiple-files/m-p/55513#M6779</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
My ODS HTML is working differently than in past versions (Windows XP, SAS v9.2).&lt;BR /&gt;
&lt;BR /&gt;
The problem is that the code below is creating two separate files, one for each PROC FREQ, one called test.html and another called test1.html.  I would like the tables to appear in one HTML file, one after the other.&lt;BR /&gt;
&lt;BR /&gt;
The problem appears to be happening in conjunction with the Tools/Options/Preferences/Results [tab]/HTML option.  With 'Create HTML' checked, test and test1 are created, but with it unchecked, I get the desired behaviour of one file called test with two frequency tables inside.&lt;BR /&gt;
&lt;BR /&gt;
Is there another option I need to set if I'm using the HTML results preference checked?&lt;BR /&gt;
&lt;BR /&gt;
ods html file = 'H:\test.html';&lt;BR /&gt;
proc freq data = a;&lt;BR /&gt;
	table q0c;&lt;BR /&gt;
run;&lt;BR /&gt;
proc freq data = b;&lt;BR /&gt;
	table q0c;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Kastchei

Message was edited by: Kastchei</description>
    <pubDate>Mon, 20 Oct 2008 14:43:18 GMT</pubDate>
    <dc:creator>Kastchei</dc:creator>
    <dc:date>2008-10-20T14:43:18Z</dc:date>
    <item>
      <title>ODS HTML creating multiple files</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-creating-multiple-files/m-p/55513#M6779</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
My ODS HTML is working differently than in past versions (Windows XP, SAS v9.2).&lt;BR /&gt;
&lt;BR /&gt;
The problem is that the code below is creating two separate files, one for each PROC FREQ, one called test.html and another called test1.html.  I would like the tables to appear in one HTML file, one after the other.&lt;BR /&gt;
&lt;BR /&gt;
The problem appears to be happening in conjunction with the Tools/Options/Preferences/Results [tab]/HTML option.  With 'Create HTML' checked, test and test1 are created, but with it unchecked, I get the desired behaviour of one file called test with two frequency tables inside.&lt;BR /&gt;
&lt;BR /&gt;
Is there another option I need to set if I'm using the HTML results preference checked?&lt;BR /&gt;
&lt;BR /&gt;
ods html file = 'H:\test.html';&lt;BR /&gt;
proc freq data = a;&lt;BR /&gt;
	table q0c;&lt;BR /&gt;
run;&lt;BR /&gt;
proc freq data = b;&lt;BR /&gt;
	table q0c;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Kastchei

Message was edited by: Kastchei</description>
      <pubDate>Mon, 20 Oct 2008 14:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-creating-multiple-files/m-p/55513#M6779</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2008-10-20T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML creating multiple files</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-creating-multiple-files/m-p/55514#M6780</link>
      <description>Somehow you are getting the SAS ODS option NEWFILE=PROC associated with your SAS execution.  On the ODS statement, try coding NEWFILE=NONE to suppress/override the behavior.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 20 Oct 2008 22:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-creating-multiple-files/m-p/55514#M6780</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-10-20T22:23:27Z</dc:date>
    </item>
  </channel>
</rss>

