<?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: Supress page break after table in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supress-page-break-after-table/m-p/481415#M21333</link>
    <description>&lt;P&gt;Thank you Cynthia, that works if I wont use&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token keyword"&gt;break&lt;/SPAN&gt; after page &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; page&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;because now the break statement doesnt start new page. I want to be able to break table after lets say it gets 13cm height, and still I want be able to add some text below table on last page with ods rtf text statement&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jul 2018 10:41:51 GMT</pubDate>
    <dc:creator>Matyas</dc:creator>
    <dc:date>2018-07-26T10:41:51Z</dc:date>
    <item>
      <title>Supress page break after table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supress-page-break-after-table/m-p/480822#M21326</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I would like to know if there is a way how to supress last page break in proc report so I can use ods rtf text to put text immediately after the table and not on the other page.&lt;BR /&gt;&lt;BR /&gt;Example code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=data_table nowd split="~" out=pom;
		columns page p ord param value value0 value1;
	
		define page/order noprint;
		define p/order noprint;
		define ord/order noprint;

		define param/display style(header)=[just=l] style(column)=[asis=on indent=0 cellwidth=8.6cm ] " ";
		define value/display style(header)=[just=c] style(column)=[indent=0 cellwidth=4.47cm just=c] "Total~N=XXX";
		define value0/display style(header)=[just=c] style(column)=[indent=0 cellwidth=4.47cm just=c] "Group1~N=XXX";
		define value1/display style(header)=[just=c] style(column)=[indent=0 cellwidth=4.47cm just=c] "Group2~N=XXX";	

	    compute before p / style={cellheight=0.26cm FONTSIZE=1mm};
			line ' ';
	    endcomp;

		break after page / page;
	run;

ods rtf text="#S={outputwidth=100% just=l} {Region: Overall}"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Thank you for any suggestions..&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 15:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supress-page-break-after-table/m-p/480822#M21326</guid>
      <dc:creator>Matyas</dc:creator>
      <dc:date>2018-07-24T15:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Supress page break after table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supress-page-break-after-table/m-p/480919#M21327</link>
      <description>Hi:&lt;BR /&gt;  Have you tried using STARTPAGE=NO on the ODS RTF statement?&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 24 Jul 2018 19:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supress-page-break-after-table/m-p/480919#M21327</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-07-24T19:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Supress page break after table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supress-page-break-after-table/m-p/481415#M21333</link>
      <description>&lt;P&gt;Thank you Cynthia, that works if I wont use&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token keyword"&gt;break&lt;/SPAN&gt; after page &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; page&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;because now the break statement doesnt start new page. I want to be able to break table after lets say it gets 13cm height, and still I want be able to add some text below table on last page with ods rtf text statement&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 10:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supress-page-break-after-table/m-p/481415#M21333</guid>
      <dc:creator>Matyas</dc:creator>
      <dc:date>2018-07-26T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Supress page break after table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supress-page-break-after-table/m-p/481470#M21334</link>
      <description>Hi:&lt;BR /&gt;  I'm sorry, I don't understand what you mean when you say you "want to break table after .. it gets 13cm height" -- how does your "page" variable cause a break every 13 CM or 5+ IN? Or, do you just want approx 13 CM between the very last table and the ODS RTF TEXT?&lt;BR /&gt;&lt;BR /&gt;  Since there's no data to test with, it's very hard to visualize what it is you're currently getting and what it is you want. And since you have 3 ORDER variables, all as NOPRINT, it's nearly impossible to make fake data that would work with your program.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 26 Jul 2018 12:49:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supress-page-break-after-table/m-p/481470#M21334</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-07-26T12:49:52Z</dc:date>
    </item>
  </channel>
</rss>

