<?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: Finding SUM(s) of values from one single column in data set SAS Studio 9.4 in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Finding-SUM-s-of-values-from-one-single-column-in-data-set-SAS/m-p/843501#M10637</link>
    <description>&lt;P&gt;Example input data.&lt;/P&gt;
&lt;P&gt;Example expected result for that example data.&lt;/P&gt;
&lt;P&gt;There are enough different ways to "sum" that we need to know which one you mean.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2022 02:08:51 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-11-10T02:08:51Z</dc:date>
    <item>
      <title>Finding SUM(s) of values from one single column in data set SAS Studio 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Finding-SUM-s-of-values-from-one-single-column-in-data-set-SAS/m-p/843488#M10636</link>
      <description>&lt;P&gt;I am trying to eventually get a sum of loanapproved per Branch (column) 1-5 (values) using array - Thank you&lt;/P&gt;&lt;PRE&gt;data dloans3;
	set dloans2;
	array Branch (5) Branch1 Branch2 Branch3 Branch4 Branch5;
	do i = 1 to 5;
	Branch1(i)=Branch1(i) + 1;
	end;
	drop i;
RUN;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Nov 2022 00:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Finding-SUM-s-of-values-from-one-single-column-in-data-set-SAS/m-p/843488#M10636</guid>
      <dc:creator>KBA17</dc:creator>
      <dc:date>2022-11-10T00:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Finding SUM(s) of values from one single column in data set SAS Studio 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Finding-SUM-s-of-values-from-one-single-column-in-data-set-SAS/m-p/843501#M10637</link>
      <description>&lt;P&gt;Example input data.&lt;/P&gt;
&lt;P&gt;Example expected result for that example data.&lt;/P&gt;
&lt;P&gt;There are enough different ways to "sum" that we need to know which one you mean.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 02:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Finding-SUM-s-of-values-from-one-single-column-in-data-set-SAS/m-p/843501#M10637</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-11-10T02:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Finding SUM(s) of values from one single column in data set SAS Studio 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Finding-SUM-s-of-values-from-one-single-column-in-data-set-SAS/m-p/843557#M10639</link>
      <description>&lt;P&gt;I don't know what you mean by sums here ... and I don't understand why you chose to write "SUM(s)" which must mean something to you but doesn't mean anything to us ... what you show in your code, adding one to a variable, is generally not what I think of as finding sums. We need to see sample of your data, and the desired output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I am trying to eventually get a sum of loanapproved per Branch (column) 1-5 (values) using array&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also ... why does it have to be an array? A common mistake for beginners is to specify a certain technique should be used, when in fact it would simply be better to state the problem without specifying the method of solution.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 11:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Finding-SUM-s-of-values-from-one-single-column-in-data-set-SAS/m-p/843557#M10639</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-10T11:18:25Z</dc:date>
    </item>
  </channel>
</rss>

