<?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 Tabulate - Control page breaks between rows in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Tabulate-Control-page-breaks-between-rows/m-p/27737#M6351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using ODS PDF with PROC Tabulate and I ﻿have multiple nested rows. Is there a way to control page breaks between rows? I want to avoid unnecessarily splitting a nested row over two pages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 21:27:51 GMT</pubDate>
    <dc:creator>Brian</dc:creator>
    <dc:date>2011-07-07T21:27:51Z</dc:date>
    <item>
      <title>PROC Tabulate - Control page breaks between rows</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Tabulate-Control-page-breaks-between-rows/m-p/27737#M6351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using ODS PDF with PROC Tabulate and I ﻿have multiple nested rows. Is there a way to control page breaks between rows? I want to avoid unnecessarily splitting a nested row over two pages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 21:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Tabulate-Control-page-breaks-between-rows/m-p/27737#M6351</guid>
      <dc:creator>Brian</dc:creator>
      <dc:date>2011-07-07T21:27:51Z</dc:date>
    </item>
    <item>
      <title>PROC Tabulate - Control page breaks between rows</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Tabulate-Control-page-breaks-between-rows/m-p/27738#M6352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can use BY groups with PROC TABULATE to try to have it create a new page for every BY group -- this means that one level of your nested rows would possibly move to a BY statement. Or, you could add a PAGE dimension to your TABLE statement -- which means that one of your nested rows might move to a PAGE dimension instead of a ROW dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Otherwise, in a table with nested rows, you do not have&amp;nbsp; any option to control where to put page breaks (except to use BY or PAGE scenarios). ODS PDF calculates page size based on a variety of factors -- such as the various margin options, the font used for the output, the cellspacing, cellpadding and border options. For example, a tabular report created with a 20 pt font will have fewer rows than a tabular report creaed with a 10pt font -- ODS PDF takes this all into account when building the PDF result file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PROC REPORT gives you a bit more flexibility around page breaking -- you could at least create a separate variable to be sort of a "fake" page break variable, but without knowing more about your data and your code, it's hard to provide a very useful alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 21:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Tabulate-Control-page-breaks-between-rows/m-p/27738#M6352</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-07T21:37:54Z</dc:date>
    </item>
  </channel>
</rss>

