<?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: Adding Single Title to Top of the Page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adding-Single-Title-to-Top-of-the-Page/m-p/8876#M2888</link>
    <description>Hi:&lt;BR /&gt;
  SAS wants to repeat the title statement on every "logical" page. So it sounds like that's what you're getting with your multiple tables. If what you want is just some text at the top of all your tabulate output, then I suggest using the TEXT= option.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
title;&lt;BR /&gt;
footnote;&lt;BR /&gt;
   &lt;BR /&gt;
ods html file='text_title.html' style=sasweb;&lt;BR /&gt;
   &lt;BR /&gt;
ods html text='&amp;lt;center&amp;gt;&amp;lt;H2&amp;gt;Text String Looks Like Title&amp;lt;/H2&amp;gt;&amp;lt;/center&amp;gt;';&lt;BR /&gt;
    &lt;BR /&gt;
proc tabulate data=sashelp.shoes;&lt;BR /&gt;
where region in ('Asia', 'Canada', 'Pacific');&lt;BR /&gt;
class region product;&lt;BR /&gt;
var sales;&lt;BR /&gt;
table region,&lt;BR /&gt;
      product,&lt;BR /&gt;
      sales*(mean sum);&lt;BR /&gt;
run;&lt;BR /&gt;
   &lt;BR /&gt;
ods html close;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Fri, 04 Apr 2008 19:38:02 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-04-04T19:38:02Z</dc:date>
    <item>
      <title>Adding Single Title to Top of the Page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adding-Single-Title-to-Top-of-the-Page/m-p/8875#M2887</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I created an HTML file using PROC TABULATE. I divided my table into parts depending on one column, so that I have several tables on my HTML page. I wanna put just one single title to the top of page (now, the title is written above each single table), how can I do that? Thank you...</description>
      <pubDate>Fri, 04 Apr 2008 08:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adding-Single-Title-to-Top-of-the-Page/m-p/8875#M2887</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-04T08:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Single Title to Top of the Page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adding-Single-Title-to-Top-of-the-Page/m-p/8876#M2888</link>
      <description>Hi:&lt;BR /&gt;
  SAS wants to repeat the title statement on every "logical" page. So it sounds like that's what you're getting with your multiple tables. If what you want is just some text at the top of all your tabulate output, then I suggest using the TEXT= option.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
title;&lt;BR /&gt;
footnote;&lt;BR /&gt;
   &lt;BR /&gt;
ods html file='text_title.html' style=sasweb;&lt;BR /&gt;
   &lt;BR /&gt;
ods html text='&amp;lt;center&amp;gt;&amp;lt;H2&amp;gt;Text String Looks Like Title&amp;lt;/H2&amp;gt;&amp;lt;/center&amp;gt;';&lt;BR /&gt;
    &lt;BR /&gt;
proc tabulate data=sashelp.shoes;&lt;BR /&gt;
where region in ('Asia', 'Canada', 'Pacific');&lt;BR /&gt;
class region product;&lt;BR /&gt;
var sales;&lt;BR /&gt;
table region,&lt;BR /&gt;
      product,&lt;BR /&gt;
      sales*(mean sum);&lt;BR /&gt;
run;&lt;BR /&gt;
   &lt;BR /&gt;
ods html close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 04 Apr 2008 19:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adding-Single-Title-to-Top-of-the-Page/m-p/8876#M2888</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-04-04T19:38:02Z</dc:date>
    </item>
  </channel>
</rss>

