<?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: how to sum vertically at the very bottom in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706779#M216972</link>
    <description>&lt;P&gt;I think this does what you need.&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Proc-Report-Grand-Total/td-p/538641" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Proc-Report-Grand-Total/td-p/538641&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ods rtf file="filepath";&lt;/P&gt;&lt;P&gt;/*proc report code goes here*/&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 20:13:34 GMT</pubDate>
    <dc:creator>tarheel13</dc:creator>
    <dc:date>2020-12-17T20:13:34Z</dc:date>
    <item>
      <title>how to sum vertically at the very bottom</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706516#M216840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need the total sum for each column displayed at the very bottom&lt;/P&gt;&lt;PRE&gt;data:&lt;BR /&gt;site  col1   col2  col3&lt;BR /&gt;A      2      3     6&lt;BR /&gt;B      2      4     7&lt;BR /&gt;C      2      5     8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;want:&lt;BR /&gt;site   col1 col2 col3&lt;BR /&gt;A       2    3    6&lt;BR /&gt;B       2    4    7&lt;BR /&gt;C       2    5    8&lt;BR /&gt;Total   6    12   21&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Dec 2020 02:44:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706516#M216840</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2020-12-17T02:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to sum vertically at the very bottom</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706519#M216843</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=have ;
  var site col1-col3;
  sum col1-col3 ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Dec 2020 04:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706519#M216843</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-12-17T04:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to sum vertically at the very bottom</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706525#M216846</link>
      <description>&lt;P&gt;Do you want this in a report or in a SAS data set?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 05:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706525#M216846</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-12-17T05:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to sum vertically at the very bottom</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706732#M216937</link>
      <description>I want this in a rtf report</description>
      <pubDate>Thu, 17 Dec 2020 18:00:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706732#M216937</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2020-12-17T18:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to sum vertically at the very bottom</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706779#M216972</link>
      <description>&lt;P&gt;I think this does what you need.&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Proc-Report-Grand-Total/td-p/538641" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Proc-Report-Grand-Total/td-p/538641&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ods rtf file="filepath";&lt;/P&gt;&lt;P&gt;/*proc report code goes here*/&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 20:13:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-sum-vertically-at-the-very-bottom/m-p/706779#M216972</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2020-12-17T20:13:34Z</dc:date>
    </item>
  </channel>
</rss>

