<?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 Sas programmer in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sas-programmer/m-p/814741#M321594</link>
    <description>Hi Team,&lt;BR /&gt;I have data set coloumn like Bank,Tax,IDMs three columns and also division coloum how to find out each Division wise total.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
    <pubDate>Mon, 23 May 2022 17:22:58 GMT</pubDate>
    <dc:creator>Saleem</dc:creator>
    <dc:date>2022-05-23T17:22:58Z</dc:date>
    <item>
      <title>Sas programmer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-programmer/m-p/814741#M321594</link>
      <description>Hi Team,&lt;BR /&gt;I have data set coloumn like Bank,Tax,IDMs three columns and also division coloum how to find out each Division wise total.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 23 May 2022 17:22:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-programmer/m-p/814741#M321594</guid>
      <dc:creator>Saleem</dc:creator>
      <dc:date>2022-05-23T17:22:58Z</dc:date>
    </item>
    <item>
      <title>Reply</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-programmer/m-p/814743#M321596</link>
      <description>&lt;P&gt;Please show us a portion of the data and the desired output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please go back and change the subject line to something that is descriptive of the problem (we're all SAS programmers, so your subject is not descriptive and not useful)&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 17:26:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-programmer/m-p/814743#M321596</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-23T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sas programmer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-programmer/m-p/814744#M321597</link>
      <description>&lt;P&gt;Look into PROC MEANS. Here's how you could do it with PROC MEANS with some sample data in SAS.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data = sashelp.cars n mean stddev min max sum;
	var msrp;
	class make;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You would put your `division` variable next to the class statement.&lt;/P&gt;
&lt;P&gt;You could drop all those statistics except SUM after the PROC MEANS statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without data, this is the best I can provide.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 17:27:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-programmer/m-p/814744#M321597</guid>
      <dc:creator>maguiremq</dc:creator>
      <dc:date>2022-05-23T17:27:40Z</dc:date>
    </item>
  </channel>
</rss>

