<?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 report the total sum of each emp in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69408#M15048</link>
    <description>Thanks sir. Its working</description>
    <pubDate>Sun, 06 Feb 2011 03:06:31 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-02-06T03:06:31Z</dc:date>
    <item>
      <title>how to report the total sum of each emp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69404#M15044</link>
      <description>I want to report the total sale of each emp in summarized format in base SAS only without using SQL.&lt;BR /&gt;
&lt;BR /&gt;
data is like that&lt;BR /&gt;
data emp;&lt;BR /&gt;
input eid $ job $ sale;&lt;BR /&gt;
cards;&lt;BR /&gt;
E101 CLERK 2000&lt;BR /&gt;
E102 SALES 3000&lt;BR /&gt;
E103 CLERK 4000&lt;BR /&gt;
E102 SALES 2003&lt;BR /&gt;
E103 CLERK 3009&lt;BR /&gt;
E103 CLERK 4008&lt;BR /&gt;
E102 SALES 2007&lt;BR /&gt;
E102 SALES 3006&lt;BR /&gt;
E101 CLERK 4005&lt;BR /&gt;
;&lt;BR /&gt;
output should be like this (total sum of sale)&lt;BR /&gt;
E101 CLERK 6005&lt;BR /&gt;
E102 SALES 10016&lt;BR /&gt;
E103 CLERK 11017</description>
      <pubDate>Sat, 05 Feb 2011 19:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69404#M15044</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-05T19:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to report the total sum of each emp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69405#M15045</link>
      <description>Look at either PROC REPORT or consider using PROC SUMMARY along with PROC PRINT, or PROC MEANS.  The SAS support website &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  has much to offer, with SAS-hosted documentation and also technical / conference reference material - suggest using the SEARCH facility there or use a Google advanced search, possibly, by coding the parameter "site:sas.com" to limit your search.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 05 Feb 2011 19:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69405#M15045</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-02-05T19:23:27Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69406#M15046</link>
      <description>Sorry for my wrong way of asking the question. &lt;BR /&gt;
sir, is it possible that the same dataset (emp) should contain the total sale of every emp like the below output. &lt;BR /&gt;
E101 CLERK 6005&lt;BR /&gt;
E102 SALES 10016&lt;BR /&gt;
E103 CLERK 11017</description>
      <pubDate>Sat, 05 Feb 2011 19:42:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69406#M15046</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-05T19:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to report the total sum of each emp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69407#M15047</link>
      <description>Based on the "output data" demonstrated, the SAS PROC SUMMARY can create a new file (or replace the existing file, as preferred) using the CLASS, VAR and OUTPUT statements.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
proc summary site:sas.com</description>
      <pubDate>Sat, 05 Feb 2011 21:52:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69407#M15047</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-02-05T21:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to report the total sum of each emp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69408#M15048</link>
      <description>Thanks sir. Its working</description>
      <pubDate>Sun, 06 Feb 2011 03:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-report-the-total-sum-of-each-emp/m-p/69408#M15048</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-06T03:06:31Z</dc:date>
    </item>
  </channel>
</rss>

