<?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 Cannot get ODS startpage=new unless I remove BODYTITLE in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254662#M15346</link>
    <description>&lt;P&gt;I don't often output to RTF output, and perhaps this is an easy question, but I've written a program (attached) that output two tables to an RTF document. &amp;nbsp;I have a ODS RTF STARTPAGE=NOW in the code to force a page-break between the two Proc Report outputs, but it doesn't work unless I take the BODYTITLE option out of the initial ODS RTF statement. &amp;nbsp;Can someone explain to me why that happens and what I need to do to get it to work properly? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS 9.3 on Windows 7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Mar 2016 01:02:49 GMT</pubDate>
    <dc:creator>spjcdc</dc:creator>
    <dc:date>2016-03-05T01:02:49Z</dc:date>
    <item>
      <title>Cannot get ODS startpage=new unless I remove BODYTITLE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254662#M15346</link>
      <description>&lt;P&gt;I don't often output to RTF output, and perhaps this is an easy question, but I've written a program (attached) that output two tables to an RTF document. &amp;nbsp;I have a ODS RTF STARTPAGE=NOW in the code to force a page-break between the two Proc Report outputs, but it doesn't work unless I take the BODYTITLE option out of the initial ODS RTF statement. &amp;nbsp;Can someone explain to me why that happens and what I need to do to get it to work properly? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS 9.3 on Windows 7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 01:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254662#M15346</guid>
      <dc:creator>spjcdc</dc:creator>
      <dc:date>2016-03-05T01:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get ODS startpage=new unless I remove BODYTITLE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254684#M15347</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ODS RTF STARTPAGE=PROC &amp;nbsp; &amp;nbsp; &amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 05:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254684#M15347</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-03-05T05:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get ODS startpage=new unless I remove BODYTITLE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254699#M15348</link>
      <description>&lt;P&gt;Does this describe the problem you are having?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/41/165.html" target="_blank"&gt;http://support.sas.com/kb/41/165.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Norman.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 08:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254699#M15348</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2016-03-05T08:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get ODS startpage=new unless I remove BODYTITLE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254868#M15351</link>
      <description>&lt;P&gt;No, I get a syntax error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;6748 ods rtf startpage=proc ; * force a pagebreak ;&lt;/P&gt;
&lt;P&gt;----&lt;/P&gt;
&lt;P&gt;22&lt;/P&gt;
&lt;P&gt;76&lt;/P&gt;
&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: BYGROUP, NEVER, NO, NOW, OFF, ON, YES.&lt;/P&gt;
&lt;P&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2016 23:06:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254868#M15351</guid>
      <dc:creator>spjcdc</dc:creator>
      <dc:date>2016-03-06T23:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get ODS startpage=new unless I remove BODYTITLE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254869#M15352</link>
      <description>&lt;P&gt;Thanks, but no.&amp;nbsp; I'm not using ODS Select or Exclude.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2016 23:07:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/254869#M15352</guid>
      <dc:creator>spjcdc</dc:creator>
      <dc:date>2016-03-06T23:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get ODS startpage=new unless I remove BODYTITLE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/255022#M15361</link>
      <description>&lt;P&gt;I recommend writing a very small program, using either a SAS supplied data set or build one with a data step, and minimal code to provide an example of what happens with your system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While it shouldn't be part of the problem, all of the style overrides and macro variables and no date make executing your code problematical for testing&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 17:42:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-get-ODS-startpage-new-unless-I-remove-BODYTITLE/m-p/255022#M15361</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-07T17:42:58Z</dc:date>
    </item>
  </channel>
</rss>

