<?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 page number for proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/page-number-for-proc-report/m-p/787958#M251847</link>
    <description>&lt;P&gt;any simple method to have variable in SAS dataset for page interval (e.g 15) ?&lt;/P&gt;</description>
    <pubDate>Fri, 31 Dec 2021 20:24:16 GMT</pubDate>
    <dc:creator>abhinayingole</dc:creator>
    <dc:date>2021-12-31T20:24:16Z</dc:date>
    <item>
      <title>page number for proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/page-number-for-proc-report/m-p/787958#M251847</link>
      <description>&lt;P&gt;any simple method to have variable in SAS dataset for page interval (e.g 15) ?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Dec 2021 20:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/page-number-for-proc-report/m-p/787958#M251847</guid>
      <dc:creator>abhinayingole</dc:creator>
      <dc:date>2021-12-31T20:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: page number for proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/page-number-for-proc-report/m-p/787959#M251848</link>
      <description>Depends on the output type (RTF, PDF) and page size so it's usually generated as part of the output process not on the data set because the page interval will obviously vary by those factors. If you're using something like a BREAK statement to create pages the OUT= option on PROC REPORT will put the data into a data set that will likely have a page interval variable but I haven't tested that assumption. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Dec 2021 20:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/page-number-for-proc-report/m-p/787959#M251848</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-12-31T20:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: page number for proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/page-number-for-proc-report/m-p/788019#M251868</link>
      <description>&lt;P&gt;"Page", as in print size depends on factors like actual page size; margins settings (top, bottom, left, right); each line height and number of characters printed in a line depend on font and font weight (bold typically take more space than normal) not to mention interval spacing such as single, double or other between line space settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ANY change to the above means that a data set "page" interval is nearly meaningless. You might get something to work for a single data set but I wouldn't bet on it, partially as you have not actually mentioned what a "page" means to you.&lt;/P&gt;
&lt;P&gt;Worry about appearance of output with specific output procedures, provide example data and what you need for output.&lt;/P&gt;
&lt;P&gt;Or search this forum and other SAS sites for Proc Report, Proc Tabulate and Proc Print output examples. SAS provides multiple ways to group related &lt;STRONG&gt;values&lt;/STRONG&gt; of &lt;STRONG&gt;variables&lt;/STRONG&gt; to provide pagination.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jan 2022 07:47:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/page-number-for-proc-report/m-p/788019#M251868</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-01-02T07:47:48Z</dc:date>
    </item>
  </channel>
</rss>

