<?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 PROC PRINT and titles in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-PRINT-and-titles/m-p/321650#M17631</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to print a report using multiple proc prints within one ods rtf. I want it to print in one long file with startpage never, but the title to separate tables show up on top of the page and not before the relevant proc statement. How do I make my titles show up before a proc print statement anywhere on the page and not just on top of the page? thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2016 20:59:30 GMT</pubDate>
    <dc:creator>moisha88</dc:creator>
    <dc:date>2016-12-29T20:59:30Z</dc:date>
    <item>
      <title>PROC PRINT and titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-PRINT-and-titles/m-p/321650#M17631</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to print a report using multiple proc prints within one ods rtf. I want it to print in one long file with startpage never, but the title to separate tables show up on top of the page and not before the relevant proc statement. How do I make my titles show up before a proc print statement anywhere on the page and not just on top of the page? thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 20:59:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-PRINT-and-titles/m-p/321650#M17631</guid>
      <dc:creator>moisha88</dc:creator>
      <dc:date>2016-12-29T20:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PRINT and titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-PRINT-and-titles/m-p/321653#M17632</link>
      <description>&lt;P&gt;Use the BODYTITLE option on the ODS RTF statement and the titles will be included in the main page, rather than on the header.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file='/folders/myfolders/sample.rtf' bodytitle style=meadow;

title 'This is a title not in the header';
proc print data=sashelp.class;
run;

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsrtf/rtf-tips.pdf" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsrtf/rtf-tips.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 21:20:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-PRINT-and-titles/m-p/321653#M17632</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-29T21:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PRINT and titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-PRINT-and-titles/m-p/322708#M17682</link>
      <description>Thank you!</description>
      <pubDate>Thu, 05 Jan 2017 16:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-PRINT-and-titles/m-p/322708#M17682</guid>
      <dc:creator>moisha88</dc:creator>
      <dc:date>2017-01-05T16:32:27Z</dc:date>
    </item>
  </channel>
</rss>

