<?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 suppress a particular row of output? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-suppress-a-particular-row-of-output/m-p/72866#M21118</link>
    <description>Thanks, but exactly... I need the observations to compute summary lines. So I want to show all the subtotals but not the detail for every category for which there's a subtotal.</description>
    <pubDate>Fri, 02 Apr 2010 15:49:11 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-04-02T15:49:11Z</dc:date>
    <item>
      <title>PROC REPORT suppress a particular row of output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-suppress-a-particular-row-of-output/m-p/72864#M21116</link>
      <description>I have a proc report with a number of compute blocks, breaks, and rbreak, styles, etc., but I need to suppress one particular line of the output, a line that comes from the dataset detail, not a break or rbreak. I would ideally like to just put something in a compute block like "if var1 eq 'x' then delete", but that obviously doesn't work.&lt;BR /&gt;
&lt;BR /&gt;
So, is there a way to do this within PROC REPORT? I'm sending output to RTF.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any suggestions.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Wed, 31 Mar 2010 20:44:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-suppress-a-particular-row-of-output/m-p/72864#M21116</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-31T20:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT suppress a particular row of output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-suppress-a-particular-row-of-output/m-p/72865#M21117</link>
      <description>Why not just eliminate it by subsetting the data by using a where statement for the Proc Report "where var1^='x';".  This is no good if it necessary for any of the compute blocks otherwise it should work.</description>
      <pubDate>Wed, 31 Mar 2010 21:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-suppress-a-particular-row-of-output/m-p/72865#M21117</guid>
      <dc:creator>Ross</dc:creator>
      <dc:date>2010-03-31T21:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT suppress a particular row of output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-suppress-a-particular-row-of-output/m-p/72866#M21118</link>
      <description>Thanks, but exactly... I need the observations to compute summary lines. So I want to show all the subtotals but not the detail for every category for which there's a subtotal.</description>
      <pubDate>Fri, 02 Apr 2010 15:49:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-suppress-a-particular-row-of-output/m-p/72866#M21118</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-02T15:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT suppress a particular row of output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-suppress-a-particular-row-of-output/m-p/72867#M21119</link>
      <description>No, there's no way for PROC REPORT to delete or skip a row in a report. You'll have to fix up your data before calling PROC REPORT.</description>
      <pubDate>Fri, 02 Apr 2010 16:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-suppress-a-particular-row-of-output/m-p/72867#M21119</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2010-04-02T16:14:40Z</dc:date>
    </item>
  </channel>
</rss>

