<?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: page break  using proc report in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/page-break-using-proc-report/m-p/77068#M22334</link>
    <description>The SAS support website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  has SAS hosted documentation and supplemental technical conference (SGF and SUGI) papers.  I used the website SEARCH  facility and found this conference paper which reference on using BREAK with the PAGE option.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Beyond the Basics: Advanced PROC REPORT Tips and Tricks&lt;BR /&gt;
Allison McMahill, SAS Institute Inc., Cary, NC&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/papers/sgf07/sgf2007-report.pdf" target="_blank"&gt;http://support.sas.com/rnd/papers/sgf07/sgf2007-report.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
PROC REPORT:&lt;BR /&gt;
Compute Block Basics – Part I Tutorial&lt;BR /&gt;
Arthur L. Carpenter&lt;BR /&gt;
California Occidental Consultants&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2008/031-2008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2008/031-2008.pdf&lt;/A&gt;</description>
    <pubDate>Tue, 17 Mar 2009 15:32:39 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-03-17T15:32:39Z</dc:date>
    <item>
      <title>page break  using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/page-break-using-proc-report/m-p/77067#M22333</link>
      <description>I have 100 observations in data set and i want to prepare a listing  for this data set using proc report .I want a page break for 10 or 20 observations for each page .How can i break the page for 10 or 20 observations using proc report ( in pdf   output using ods )?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for your replies</description>
      <pubDate>Tue, 17 Mar 2009 14:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/page-break-using-proc-report/m-p/77067#M22333</guid>
      <dc:creator>keen_sas</dc:creator>
      <dc:date>2009-03-17T14:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: page break  using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/page-break-using-proc-report/m-p/77068#M22334</link>
      <description>The SAS support website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  has SAS hosted documentation and supplemental technical conference (SGF and SUGI) papers.  I used the website SEARCH  facility and found this conference paper which reference on using BREAK with the PAGE option.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Beyond the Basics: Advanced PROC REPORT Tips and Tricks&lt;BR /&gt;
Allison McMahill, SAS Institute Inc., Cary, NC&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/papers/sgf07/sgf2007-report.pdf" target="_blank"&gt;http://support.sas.com/rnd/papers/sgf07/sgf2007-report.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
PROC REPORT:&lt;BR /&gt;
Compute Block Basics – Part I Tutorial&lt;BR /&gt;
Arthur L. Carpenter&lt;BR /&gt;
California Occidental Consultants&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2008/031-2008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2008/031-2008.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 17 Mar 2009 15:32:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/page-break-using-proc-report/m-p/77068#M22334</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-03-17T15:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: page break  using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/page-break-using-proc-report/m-p/77069#M22335</link>
      <description>Hi:&lt;BR /&gt;
  Basically, PROC REPORT needs a GROUP or ORDER variable that represents the place where break processing should occur. So you can either create your own "fake" page break variable or you could use a BY statement (every BY group starts a new page) or you could use the obs= option, as shown in this forum posting:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=15692㵌" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=15692㵌&lt;/A&gt;&lt;BR /&gt;
(this person wanted to suppress page numbers on the first page of the report, but the same OBS= and FIRSTOBS= technique would also work for what you want.&lt;BR /&gt;
    &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 17 Mar 2009 15:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/page-break-using-proc-report/m-p/77069#M22335</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-03-17T15:38:07Z</dc:date>
    </item>
  </channel>
</rss>

