<?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: Proc Report Question in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Question/m-p/36731#M5243</link>
    <description>You might investigate the COMPUTE and LINE statements in PROC REPORT. For example, to add 30 dashed lines between groups:&lt;BR /&gt;
&lt;BR /&gt;
compute after &lt;GROUPING variable=""&gt;;&lt;BR /&gt;
line 30*"-";&lt;BR /&gt;
endcomp;&lt;BR /&gt;
&lt;BR /&gt;
There are probably more aesthetic ways to use the LINE statement with ODS.&lt;/GROUPING&gt;</description>
    <pubDate>Wed, 27 May 2009 17:12:39 GMT</pubDate>
    <dc:creator>sfleming</dc:creator>
    <dc:date>2009-05-27T17:12:39Z</dc:date>
    <item>
      <title>Proc Report Question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Question/m-p/36730#M5242</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I am currently using Proc Report through ODS to get a certain data directly printed on to the outbox and send through mail. My Data looks like &lt;BR /&gt;
&lt;BR /&gt;
ABC    10       1.2     46&lt;BR /&gt;
BCD    11       2.4     23&lt;BR /&gt;
A12      23       4.6     54&lt;BR /&gt;
&lt;BR /&gt;
My question- Is there a way I can put a seperator BAR after 2 entry? or rather after certain records.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Tej</description>
      <pubDate>Tue, 26 May 2009 17:43:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Question/m-p/36730#M5242</guid>
      <dc:creator>tejeshwar</dc:creator>
      <dc:date>2009-05-26T17:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report Question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Question/m-p/36731#M5243</link>
      <description>You might investigate the COMPUTE and LINE statements in PROC REPORT. For example, to add 30 dashed lines between groups:&lt;BR /&gt;
&lt;BR /&gt;
compute after &lt;GROUPING variable=""&gt;;&lt;BR /&gt;
line 30*"-";&lt;BR /&gt;
endcomp;&lt;BR /&gt;
&lt;BR /&gt;
There are probably more aesthetic ways to use the LINE statement with ODS.&lt;/GROUPING&gt;</description>
      <pubDate>Wed, 27 May 2009 17:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Question/m-p/36731#M5243</guid>
      <dc:creator>sfleming</dc:creator>
      <dc:date>2009-05-27T17:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report Question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Question/m-p/36732#M5244</link>
      <description>Thank You, &lt;BR /&gt;
&lt;BR /&gt;
I used the Line statement along with compute to get exactly what I wanted.&lt;BR /&gt;
&lt;BR /&gt;
Tejeshwar</description>
      <pubDate>Thu, 28 May 2009 18:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Question/m-p/36732#M5244</guid>
      <dc:creator>tejeshwar</dc:creator>
      <dc:date>2009-05-28T18:54:41Z</dc:date>
    </item>
  </channel>
</rss>

