<?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: How to print specific number of obs in one page using Report procedure?? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-specific-number-of-obs-in-one-page-using-Report/m-p/235986#M55185</link>
    <description>&lt;P&gt;The power of google compels you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data have;&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;if _N_ &amp;lt; 9 then p = 1;&lt;BR /&gt;else p = 2;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc report data=have out=want;&lt;BR /&gt;define p / order noprint;&lt;BR /&gt;break after p / page;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2015 14:32:59 GMT</pubDate>
    <dc:creator>Steelers_In_DC</dc:creator>
    <dc:date>2015-11-23T14:32:59Z</dc:date>
    <item>
      <title>How to print specific number of obs in one page using Report procedure??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-specific-number-of-obs-in-one-page-using-Report/m-p/235972#M55184</link>
      <description>&lt;P&gt;I have sashelp.class dataset. using proc report i wanted to report first 9 observations in first page and remaining 10 in 2nd page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I do that?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 13:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-specific-number-of-obs-in-one-page-using-Report/m-p/235972#M55184</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2015-11-23T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to print specific number of obs in one page using Report procedure??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-specific-number-of-obs-in-one-page-using-Report/m-p/235986#M55185</link>
      <description>&lt;P&gt;The power of google compels you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data have;&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;if _N_ &amp;lt; 9 then p = 1;&lt;BR /&gt;else p = 2;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc report data=have out=want;&lt;BR /&gt;define p / order noprint;&lt;BR /&gt;break after p / page;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 14:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-specific-number-of-obs-in-one-page-using-Report/m-p/235986#M55185</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2015-11-23T14:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to print specific number of obs in one page using Report procedure??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-specific-number-of-obs-in-one-page-using-Report/m-p/257194#M57218</link>
      <description>&lt;P&gt;I have similar objective I need to accomplish. I need to print my dataset using proc recport so that each page has specific observations. For example I need 40 observations in each page (I don't want to hard code this number). This number may change depending upon on the dataset size which may be passed on via a macro variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Varma&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 01:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-specific-number-of-obs-in-one-page-using-Report/m-p/257194#M57218</guid>
      <dc:creator>VarmaSekhar</dc:creator>
      <dc:date>2016-03-17T01:36:33Z</dc:date>
    </item>
  </channel>
</rss>

