<?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: Insert Pagebreak in ods tagsets.excelxp (.xls file) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/295085#M16729</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, I got the solution,&lt;/P&gt;&lt;P&gt;I have done this by using "&lt;STRONG&gt;BY"&lt;/STRONG&gt; statement in &lt;STRONG&gt;Proc tabulate&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For that, I&amp;nbsp;have created new variable called count,&lt;/P&gt;&lt;P&gt;And this variable change&amp;nbsp;it's value (eg: 1 to 2) after every 6 unique value of my name variable in my scenario,&lt;/P&gt;&lt;P&gt;the reason is that on pdf page it is showing 6 name variable values,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So now I have used that variable to add another page,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw﻿&lt;/a&gt;&amp;nbsp;for your help :smileyhappy&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalind&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2016 08:54:27 GMT</pubDate>
    <dc:creator>Kalind_Patel</dc:creator>
    <dc:date>2016-08-30T08:54:27Z</dc:date>
    <item>
      <title>Insert Pagebreak in ods tagsets.excelxp (.xls file)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294826#M16714</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to add page break in xls file, i am using proc tabulate to create&amp;nbsp;output in excel,&lt;/P&gt;
&lt;P&gt;I have already tried pagebreaks="yes", pagebreak_row options but i am not able to break that in xls file,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attaching the desired sample in screenshot.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4753i4C5CF34624A3C1C7/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12891i0DF0F9B4EC46FB3C/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294826#M16714</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2016-08-29T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Pagebreak in ods tagsets.excelxp (.xls file)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294834#M16715</link>
      <description>&lt;P&gt;I don't see an option to insert/manually control the page breaks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.sas.com/events/cm/867226/ExcelXPPaperIndex.pdf" target="_blank"&gt;http://www.sas.com/events/cm/867226/ExcelXPPaperIndex.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your table structure is consistent perhaps using the skip space option can help you space your tables as desired?&lt;/P&gt;
&lt;P&gt;Or place them on separate sheets?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note thet the file created is XML even if you're using an Xls extension.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294834#M16715</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-29T14:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Pagebreak in ods tagsets.excelxp (.xls file)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294855#M16716</link>
      <description>thanks for the reply reeza,&lt;BR /&gt;&lt;BR /&gt;Is there any other procedure then tabulate?&lt;BR /&gt;In which i can do this?&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:58:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294855#M16716</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2016-08-29T14:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Pagebreak in ods tagsets.excelxp (.xls file)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294886#M16718</link>
      <description>&lt;P&gt;It's not clear what you want to accomplish with Proc tabulate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tagsets doesn't offer the option for page break. It doesn't matter what proc you use within it, this doesn't change.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 16:53:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294886#M16718</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-29T16:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Pagebreak in ods tagsets.excelxp (.xls file)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294906#M16720</link>
      <description>&lt;P&gt;From Excel Help: Microsoft Excel inserts automatic page breaks based on the paper size, margin settings, scale options, and the positions of any manual page breaks that you insert. To print a worksheet with the exact number of pages that you want, you can adjust the page breaks in the worksheet before you print it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since for all intents an purposes page breaks exist in Excel only for printing then there may not be any reason to use Excel. ODS RTF produces printable documents and either ODS RTF or TAGSETS.RTF have somewhat better control of page breaks.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 18:07:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/294906#M16720</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-29T18:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Pagebreak in ods tagsets.excelxp (.xls file)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/295085#M16729</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, I got the solution,&lt;/P&gt;&lt;P&gt;I have done this by using "&lt;STRONG&gt;BY"&lt;/STRONG&gt; statement in &lt;STRONG&gt;Proc tabulate&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For that, I&amp;nbsp;have created new variable called count,&lt;/P&gt;&lt;P&gt;And this variable change&amp;nbsp;it's value (eg: 1 to 2) after every 6 unique value of my name variable in my scenario,&lt;/P&gt;&lt;P&gt;the reason is that on pdf page it is showing 6 name variable values,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So now I have used that variable to add another page,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw﻿&lt;/a&gt;&amp;nbsp;for your help :smileyhappy&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalind&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 08:54:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-Pagebreak-in-ods-tagsets-excelxp-xls-file/m-p/295085#M16729</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2016-08-30T08:54:27Z</dc:date>
    </item>
  </channel>
</rss>

