<?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: ods page break issue in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333344#M17961</link>
    <description>&lt;P&gt;Thanks. I tried and it works well.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2017 12:01:43 GMT</pubDate>
    <dc:creator>Niugg2010</dc:creator>
    <dc:date>2017-02-16T12:01:43Z</dc:date>
    <item>
      <title>ods page break issue</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333262#M17955</link>
      <description>&lt;P&gt;Below is my code, my purpose is to print &amp;nbsp;data and text "aaaaaaaaaaaaaaaaa" in one page and "bbbbbbbbbbbbbbbbbbbbbbbbb' in another page. &amp;nbsp;How can I do it? &amp;nbsp;I do not know which option should I add between the two ods rtf text.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods rtf file="C:\XXXXXXX\Desktop\111.rtf";&lt;BR /&gt;ods escapechar="^";&lt;BR /&gt;proc report data=sashelp.cars (obs=10);&lt;BR /&gt;run;&lt;BR /&gt;ods rtf text="aaaaaaaaaaaaaaaa";&lt;BR /&gt;ods rtf text="bbbbbbbbbbbbbbbbbbbb";&lt;BR /&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 03:19:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333262#M17955</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2017-02-16T03:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: ods page break issue</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333277#M17956</link>
      <description>&lt;P&gt;&lt;FONT face="terminal,monaco" size="4"&gt;Hi, try to include&amp;nbsp;&lt;CODE class=" language-sas"&gt;ods startpage=now;&amp;nbsp;&lt;/CODE&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;CODE class=" language-sas"&gt;&lt;FONT face="terminal,monaco"&gt;HTH.&lt;/FONT&gt;&amp;nbsp;&lt;/CODE&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;SPAN&gt;ods rtf file="C:\XXXXXXX\Desktop\111.rtf";&lt;/SPAN&gt;
ods escapechar="^";
proc report data=sashelp.cars (obs=10);
run;
ods rtf text="aaaaaaaaaaaaaaaa";
ods startpage=now;
ods rtf text="bbbbbbbbbbbbbbbbbbbb";
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 04:42:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333277#M17956</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2017-02-16T04:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: ods page break issue</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333283#M17958</link>
      <description>&lt;P&gt;If I recall correctly, the text statement is similar to title in that a proc has to run before it's outputted to the RTF file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 04:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333283#M17958</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-16T04:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: ods page break issue</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333344#M17961</link>
      <description>&lt;P&gt;Thanks. I tried and it works well.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:01:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333344#M17961</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2017-02-16T12:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: ods page break issue</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333345#M17962</link>
      <description>&lt;P&gt;There are some difference. If there is no startpage=now. The content of ods text will be in the same page as the last output.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-page-break-issue/m-p/333345#M17962</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2017-02-16T12:03:59Z</dc:date>
    </item>
  </channel>
</rss>

