<?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: Urgent, Please help in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572635#M12358</link>
    <description>&lt;P&gt;Anytime, glad to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2019 08:30:12 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2019-07-11T08:30:12Z</dc:date>
    <item>
      <title>Summarize by Account Numbers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572300#M12291</link>
      <description>&lt;P&gt;Good day&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a data set that contains account numbers and payments. The account numbers are not unique.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to sum to payments for each account so the account numbers can be unique.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible? Can you please help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the data has been imported into SAS&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 15:12:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572300#M12291</guid>
      <dc:creator>Mannie10</dc:creator>
      <dc:date>2019-07-10T15:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent, Please help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572301#M12292</link>
      <description>&lt;P&gt;Hi an welcome to the SAS Community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, it is possible. Tons of examples here on the community or online in general. Post an example of what your data looks like. This makes it much easier to provide a usable code answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something along these lines will probably do&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc summary data=have nway missing;
    class Account;
    var Payment;
    output out=want sum=;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 08:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572301#M12292</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-07-10T08:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize by Account Numbers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572401#M12312</link>
      <description>Note that I modified your subject line, generic titles such as 'help' don't provide any context to your question and 'urgent' isn't really appropriate for a volunteer user community forum.</description>
      <pubDate>Wed, 10 Jul 2019 15:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572401#M12312</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-10T15:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize by Account Numbers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572627#M12355</link>
      <description>&lt;P&gt;appreciated, thank you&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 07:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572627#M12355</guid>
      <dc:creator>Mannie10</dc:creator>
      <dc:date>2019-07-11T07:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent, Please help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572634#M12357</link>
      <description>&lt;P&gt;works perfectly, thank you&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 08:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572634#M12357</guid>
      <dc:creator>Mannie10</dc:creator>
      <dc:date>2019-07-11T08:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent, Please help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572635#M12358</link>
      <description>&lt;P&gt;Anytime, glad to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 08:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Summarize-by-Account-Numbers/m-p/572635#M12358</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-07-11T08:30:12Z</dc:date>
    </item>
  </channel>
</rss>

