<?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: proc tabulate page break in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469499#M21054</link>
    <description>&lt;P&gt;thanks Cynthia it worked.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jun 2018 03:24:25 GMT</pubDate>
    <dc:creator>VISHNU239</dc:creator>
    <dc:date>2018-06-12T03:24:25Z</dc:date>
    <item>
      <title>proc tabulate page break</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469065#M21041</link>
      <description>&lt;P&gt;How to avoid page breaks in sas&amp;nbsp;proc tabulate?i&amp;nbsp; want all the tables in one page. i am using ODS excel.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 00:18:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469065#M21041</guid>
      <dc:creator>VISHNU239</dc:creator>
      <dc:date>2018-06-11T00:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate page break</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469068#M21042</link>
      <description>&lt;P&gt;Does the information fit on a single page?&lt;/P&gt;
&lt;P&gt;If not, you need to modify the style/font to force it to fit, if possible. Or are you getting page breaks somewhere else? Do you have PAGE variable in your table? If you can provide some more details we can probably offer some options.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS. I'm moving your post to the ODS&amp;nbsp;and Base Reporting forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/185592"&gt;@VISHNU239&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How to avoid page breaks in sas&amp;nbsp;proc tabulate?i&amp;nbsp; want all the tables in one page. i am using ODS excel.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 01:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469068#M21042</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-11T01:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate page break</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469266#M21052</link>
      <description>&lt;P&gt;Show your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Include our ODS Excel statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have sheet_interval='TABLE', which is the default, and proc tabulate generates two or more tables then you have told it to place the results on two or more sheets.&lt;/P&gt;
&lt;P&gt;Likely you need to add the option sheet_interval='PROC' to sent all output from the proc to a single sheet.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 14:49:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469266#M21052</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-11T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate page break</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469270#M21053</link>
      <description>Hi:&lt;BR /&gt;  OR use sheet_interval='none' -- whether you use PROC or NONE, depends on your code and what your end result is and what your TABLE statement is.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 11 Jun 2018 14:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469270#M21053</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-06-11T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate page break</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469499#M21054</link>
      <description>&lt;P&gt;thanks Cynthia it worked.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 03:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469499#M21054</guid>
      <dc:creator>VISHNU239</dc:creator>
      <dc:date>2018-06-12T03:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate page break</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469500#M21055</link>
      <description>&lt;P&gt;yes. I want all the information in a single sheet and using options(sheet_interval='none') after ods excel statement worked for me in enterprise guide.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 03:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-tabulate-page-break/m-p/469500#M21055</guid>
      <dc:creator>VISHNU239</dc:creator>
      <dc:date>2018-06-12T03:27:18Z</dc:date>
    </item>
  </channel>
</rss>

