<?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: Multiple titles on the same page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206119#M13673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the BODYTITLE option for ODS RTF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 13:40:28 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2015-06-15T13:40:28Z</dc:date>
    <item>
      <title>Multiple titles on the same page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206114#M13668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display more than one report on the same sheet. But only the title of the first proc print is shown on the sheet and never the others. How can I solve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;Proc print data=normal noobs;&lt;BR /&gt;Title2 'HH Short Term&amp;nbsp; control&amp;nbsp; CC ST-MT';&lt;BR /&gt;where lcccthh = 'NO' and (NB13 ne . and NB14 ne .);&lt;BR /&gt;var d_report c_bic NB13 NB14 lcccthh ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Proc print data=normal noobs;&lt;BR /&gt;Title2 'HH Short Term&amp;nbsp; control&amp;nbsp; CC ST-LT';&lt;BR /&gt;where lccct2hh = 'NO' and (NB13 ne . and NB15 ne .);&lt;BR /&gt;var d_report c_bic NB13 NB15 lccct2hh ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:27:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206114#M13668</guid>
      <dc:creator>problems99</dc:creator>
      <dc:date>2015-06-15T08:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple titles on the same page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206115#M13669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS TEXT=&amp;nbsp;&amp;nbsp; instead .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 12:33:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206115#M13669</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-06-15T12:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple titles on the same page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206116#M13670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that the text is always displayed. By using title in a proc print, if there are no data, the title is not displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 12:40:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206116#M13670</guid>
      <dc:creator>problems99</dc:creator>
      <dc:date>2015-06-15T12:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple titles on the same page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206117#M13671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. Could you please supply your complete code (as I could not replicate that behaviour).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 12:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206117#M13671</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-15T12:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple titles on the same page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206118#M13672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;This more simple code below has the same idea.&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;DATA Salary; &lt;BR /&gt;Input Id Salary Name $;&lt;BR /&gt;datalines; &lt;BR /&gt;101 55000 Jack&lt;BR /&gt;102 75000 Edward &lt;BR /&gt;103 85000 Arthur&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;ods rtf;&lt;/P&gt;
&lt;P&gt;ods rtf startpage=now;&lt;BR /&gt;Proc print data=Salary noobs;&lt;BR /&gt;Title 'Salary under 60000';&lt;BR /&gt;where Salary &amp;lt; 60000;&lt;BR /&gt;var Salary Name;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods rtf startpage=no;&lt;/P&gt;
&lt;P&gt;Proc print data=Salary noobs;&lt;BR /&gt;Title 'Salary from 60000 to 70000';&lt;BR /&gt;where (Salary &amp;lt; 70000 and Salary &amp;gt; 60000);&lt;BR /&gt;var Salary Name;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;Proc print data=Salary noobs;&lt;BR /&gt;Title 'Salary from 70000 to 80000';&lt;BR /&gt;where (Salary &amp;lt; 80000 and Salary &amp;gt; 70000);&lt;BR /&gt;var Salary Name;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;Proc print data=Salary noobs;&lt;BR /&gt;Title 'Salary over 80000';&lt;BR /&gt;where Salary &amp;gt; 80000;&lt;BR /&gt;var Salary Name;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206118#M13672</guid>
      <dc:creator>problems99</dc:creator>
      <dc:date>2015-06-15T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple titles on the same page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206119#M13673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the BODYTITLE option for ODS RTF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206119#M13673</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-15T13:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple titles on the same page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206120#M13674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Multiple-titles-on-the-same-page/m-p/206120#M13674</guid>
      <dc:creator>problems99</dc:creator>
      <dc:date>2015-06-15T13:53:05Z</dc:date>
    </item>
  </channel>
</rss>

