<?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 how to print 20 records each page i rtf file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-print-20-records-each-page-i-rtf-file/m-p/611916#M178460</link>
    <description>&lt;P&gt;ods rtf file='D:\new\ss.rtf' ;&lt;/P&gt;
&lt;P&gt;options ps=3 ls=4 ;&lt;BR /&gt;proc report data=sashelp.cars nowd ;&lt;BR /&gt;column origin make type msrp ;&lt;BR /&gt;run;&lt;BR /&gt;ods rtf close ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how to print 20 records for each page&lt;/P&gt;</description>
    <pubDate>Sun, 15 Dec 2019 20:17:45 GMT</pubDate>
    <dc:creator>thanikondharish</dc:creator>
    <dc:date>2019-12-15T20:17:45Z</dc:date>
    <item>
      <title>how to print 20 records each page i rtf file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-print-20-records-each-page-i-rtf-file/m-p/611916#M178460</link>
      <description>&lt;P&gt;ods rtf file='D:\new\ss.rtf' ;&lt;/P&gt;
&lt;P&gt;options ps=3 ls=4 ;&lt;BR /&gt;proc report data=sashelp.cars nowd ;&lt;BR /&gt;column origin make type msrp ;&lt;BR /&gt;run;&lt;BR /&gt;ods rtf close ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how to print 20 records for each page&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 20:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-print-20-records-each-page-i-rtf-file/m-p/611916#M178460</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-12-15T20:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to print 20 records each page i rtf file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-print-20-records-each-page-i-rtf-file/m-p/611932#M178464</link>
      <description>&lt;P&gt;The way to do this in PROC REPORT would be to create a new column in your report data. This new column would contain a value with changes every 20 rows. For example it could contain values P1 for page 1, P2 for page 2 and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would then define this new column as a BREAK column:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p16uti3vzgml7gn1nt3ov7cqxf9i.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p16uti3vzgml7gn1nt3ov7cqxf9i.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;coded like this:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;break after MyBreakVar / page suppress; &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 01:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-print-20-records-each-page-i-rtf-file/m-p/611932#M178464</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-12-16T01:00:53Z</dc:date>
    </item>
  </channel>
</rss>

