<?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 observation total count per row in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-observation-total-count-per-row/m-p/579894#M75602</link>
    <description>thank you</description>
    <pubDate>Thu, 08 Aug 2019 14:43:37 GMT</pubDate>
    <dc:creator>sebster24</dc:creator>
    <dc:date>2019-08-08T14:43:37Z</dc:date>
    <item>
      <title>proc report observation total count per row</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-observation-total-count-per-row/m-p/579873#M75600</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I am trying to create a table which computes the total observation count per row (across a group) using proc report.&lt;/P&gt;
&lt;P&gt;Could someone help me with this endeavour?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc report data=sashelp.shoes nowd;
column region Product;
define region /group order=internal;
define Product / across 'Product across';
rbreak after/ summarize style=Header;
compute after;
region="Total";
endcomp;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 13:27:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-observation-total-count-per-row/m-p/579873#M75600</guid>
      <dc:creator>sebster24</dc:creator>
      <dc:date>2019-08-08T13:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc report observation total count per row</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-observation-total-count-per-row/m-p/579893#M75601</link>
      <description>&lt;P&gt;Is this what you are looking for?&lt;/P&gt;
&lt;PRE&gt;proc report data=sashelp.shoes nowd;
column region Product &lt;FONT size="4"&gt;&lt;STRONG&gt;n&lt;/STRONG&gt;&lt;/FONT&gt;;
define region /group order=internal;
define Product / across 'Product across';
rbreak after/ summarize style=Header;
compute after;
region="Total";
endcomp;
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Aug 2019 14:33:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-observation-total-count-per-row/m-p/579893#M75601</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-08T14:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc report observation total count per row</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-observation-total-count-per-row/m-p/579894#M75602</link>
      <description>thank you</description>
      <pubDate>Thu, 08 Aug 2019 14:43:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-observation-total-count-per-row/m-p/579894#M75602</guid>
      <dc:creator>sebster24</dc:creator>
      <dc:date>2019-08-08T14:43:37Z</dc:date>
    </item>
  </channel>
</rss>

