<?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: Summarize data based on different group combination in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635014#M30402</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177474"&gt;@Sunboyss30&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to summarize the data based on id's present in multiple groups and see whats there count in combination of group. For example; Below are the counts in each group and based on the ids i want to check the counts in other groups as well. So if one id is present in one group, it can be in other group as well. I am trying achieving with case statements but is there any procedure and or data step i can use to get the results. I hope i made myself clear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Group&lt;/TD&gt;
&lt;TD&gt;id Counts&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;abc&lt;/TD&gt;
&lt;TD&gt;10603&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;def&lt;/TD&gt;
&lt;TD&gt;84780&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ghi&lt;/TD&gt;
&lt;TD&gt;249401&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;jkl&lt;/TD&gt;
&lt;TD&gt;184111&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;mno&lt;/TD&gt;
&lt;TD&gt;77921&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;pqr&lt;/TD&gt;
&lt;TD&gt;843570&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your data does not seem to match your description. In particular, there seems no matches among the groups. "So if one id is present in one group, it can be in other group as well."&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, what do you mean by "summarize"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide a data set is consistent with the description of the analysis you want to do, and then show us the output from that analysis?&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 12:16:44 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-03-26T12:16:44Z</dc:date>
    <item>
      <title>Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635013#M30401</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to summarize the data based on id's present in multiple groups and see whats there count in combination of group. For example; Below are the counts in each group and based on the ids i want to check the counts in other groups as well. So if one id is present in one group, it can be in other group as well. I am trying achieving with case statements but is there any procedure and or data step i can use to get the results. I hope i made myself clear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Group&lt;/TD&gt;&lt;TD&gt;id Counts&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;abc&lt;/TD&gt;&lt;TD&gt;10603&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;def&lt;/TD&gt;&lt;TD&gt;84780&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ghi&lt;/TD&gt;&lt;TD&gt;249401&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;jkl&lt;/TD&gt;&lt;TD&gt;184111&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;mno&lt;/TD&gt;&lt;TD&gt;77921&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;pqr&lt;/TD&gt;&lt;TD&gt;843570&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 26 Mar 2020 11:53:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635013#M30401</guid>
      <dc:creator>Sunboyss30</dc:creator>
      <dc:date>2020-03-26T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635014#M30402</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177474"&gt;@Sunboyss30&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to summarize the data based on id's present in multiple groups and see whats there count in combination of group. For example; Below are the counts in each group and based on the ids i want to check the counts in other groups as well. So if one id is present in one group, it can be in other group as well. I am trying achieving with case statements but is there any procedure and or data step i can use to get the results. I hope i made myself clear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Group&lt;/TD&gt;
&lt;TD&gt;id Counts&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;abc&lt;/TD&gt;
&lt;TD&gt;10603&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;def&lt;/TD&gt;
&lt;TD&gt;84780&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ghi&lt;/TD&gt;
&lt;TD&gt;249401&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;jkl&lt;/TD&gt;
&lt;TD&gt;184111&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;mno&lt;/TD&gt;
&lt;TD&gt;77921&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;pqr&lt;/TD&gt;
&lt;TD&gt;843570&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your data does not seem to match your description. In particular, there seems no matches among the groups. "So if one id is present in one group, it can be in other group as well."&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, what do you mean by "summarize"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide a data set is consistent with the description of the analysis you want to do, and then show us the output from that analysis?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 12:16:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635014#M30402</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-03-26T12:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635032#M30403</link>
      <description>Hi Paige,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. The data set is big. Please find below an example of the same.&lt;BR /&gt;There are 9 such groups in the actual data and in the example below i have taken only 5.&lt;BR /&gt;So, if you see id 1234 is present in three different groups.&lt;BR /&gt;I want to count in how many other group that id is other then ABC with that group name and also sum the&lt;BR /&gt;field sum_Var?&lt;BR /&gt;&lt;BR /&gt;Group Account sum_var id&lt;BR /&gt;ABC 10792402 53475319.06 1234&lt;BR /&gt;DEF 3928847912 4510128.39 1234&lt;BR /&gt;DEF 4682433039 89231128.39 1234&lt;BR /&gt;GHI 1737576722 23902674.65 1234&lt;BR /&gt;ABC 43169608 53475319.06 5678&lt;BR /&gt;JKL 15715391648 54510128.39 5678</description>
      <pubDate>Thu, 26 Mar 2020 12:58:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635032#M30403</guid>
      <dc:creator>Sunboyss30</dc:creator>
      <dc:date>2020-03-26T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635034#M30404</link>
      <description>It is not clear what you want. Can you show what the result would be for those 6 observations?</description>
      <pubDate>Thu, 26 Mar 2020 13:09:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635034#M30404</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-26T13:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635048#M30405</link>
      <description>&lt;P&gt;Do you mean this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input Group $ Account :$15. sum_var id $;
datalines;
ABC 10792402 53475319.06 1234
DEF 3928847912 4510128.39 1234
DEF 4682433039 89231128.39 1234
GHI 1737576722 23902674.65 1234
ABC 43169608 53475319.06 5678
JKL 15715391648 54510128.39 5678
;

proc sql;
create table sums as
select
  id,
  sum(sum_var) as total,
  count(distinct group) as count
from have
group by id;
create table want as
select
  have.*,
  sums.total,
  sums.count
from have left join sums
on have.id = sums.id
order by id, group;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 14:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635048#M30405</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-26T14:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635094#M30409</link>
      <description>&lt;P&gt;One question to answer is to you need the counts to be shown in the multiple groups in a single procedure step or done one grouping rule at a time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One method might be the use multilabel formats. Only a few procedures can use them for the different levels such as Proc Means/ Summary, Tabulate and Report &lt;STRONG&gt;(not&lt;/STRONG&gt; proc sql)&lt;STRONG&gt;.&lt;/STRONG&gt; And the order of the creation in the format and options in the procedure. It is a moderately complex issue but I have attached some code with example data you could play with to see if the results for the demonstrated date represent some of what you want/ need.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 16:44:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635094#M30409</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-26T16:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635129#M30410</link>
      <description>Hi Kurt,&lt;BR /&gt;Thanks for your reply. Really appreciate.&lt;BR /&gt;&lt;BR /&gt;Actually you are correct. May be I was not clear in earlier.&lt;BR /&gt;I need to count the number of ids and sum the values based on a combination of group. So scenario 1, let say group value ABC with only 1 other group value (any other than ABC) and count the ids and sum the variable. such cases.&lt;BR /&gt;scenario 2 - Then group value ABC with more than 1 other group value (any other than ABC) and count the ids and sum the variable.&lt;BR /&gt;So the output should be like ;&lt;BR /&gt;scenario 1&lt;BR /&gt;Group id count of group count of account sum_var&lt;BR /&gt;ABC 5678 2 2 107985447.5&lt;BR /&gt;JKL 5678 2 2 107985447.5&lt;BR /&gt;&lt;BR /&gt;scenario 2&lt;BR /&gt;Group id count of group count of account sum_var&lt;BR /&gt;ABC 1234 3 4 171119250.5&lt;BR /&gt;DEF 1234 3 4 171119250.5&lt;BR /&gt;DEF 1234 3 4 171119250.5&lt;BR /&gt;GHI 1234 3 4 171119250.5&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Thu, 26 Mar 2020 19:29:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635129#M30410</guid>
      <dc:creator>Sunboyss30</dc:creator>
      <dc:date>2020-03-26T19:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635133#M30411</link>
      <description>Also to add, ids that have been summarized in scenario 1 should not be counted in scenario 2.</description>
      <pubDate>Thu, 26 Mar 2020 19:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635133#M30411</guid>
      <dc:creator>Sunboyss30</dc:creator>
      <dc:date>2020-03-26T19:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635236#M30413</link>
      <description>Hi Tom,&lt;BR /&gt;Thanks for your reply. Really appreciate.&lt;BR /&gt;I need to count the number of ids and sum the values based on a combination of group. So scenario 1, let say group value ABC with only 1 other group value (any other than ABC) and count the ids and sum the variable. such cases.&lt;BR /&gt;scenario 2 - Then group value ABC with more than 1 other group value (any other than ABC) and count the ids and sum the variable.&lt;BR /&gt;So the output should be like ;&lt;BR /&gt;scenario 1&lt;BR /&gt;Group id count of group count of account sum_var&lt;BR /&gt;ABC 5678 2 2 107985447.5&lt;BR /&gt;JKL 5678 2 2 107985447.5&lt;BR /&gt;&lt;BR /&gt;scenario 2&lt;BR /&gt;Group id count of group count of account sum_var&lt;BR /&gt;ABC 1234 3 4 171119250.5&lt;BR /&gt;DEF 1234 3 4 171119250.5&lt;BR /&gt;DEF 1234 3 4 171119250.5&lt;BR /&gt;GHI 1234 3 4 171119250.5&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Fri, 27 Mar 2020 08:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635236#M30413</guid>
      <dc:creator>Sunboyss30</dc:creator>
      <dc:date>2020-03-27T08:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635241#M30414</link>
      <description>Hi Paige,&lt;BR /&gt;Thanks for your reply. Really appreciate.&lt;BR /&gt;I need to count the number of ids and sum the values based on a combination of group. So scenario 1, let say group value ABC with only 1 other group value (any other than ABC) and count the ids and sum the variable. such cases.&lt;BR /&gt;scenario 2 - Then group value ABC with more than 1 other group value (any other than ABC) and count the ids and sum the variable.&lt;BR /&gt;So the output should be like ;&lt;BR /&gt;scenario 1&lt;BR /&gt;Group id count of group count of account sum_var&lt;BR /&gt;ABC 5678 2 2 107985447.5&lt;BR /&gt;JKL 5678 2 2 107985447.5&lt;BR /&gt;&lt;BR /&gt;scenario 2&lt;BR /&gt;Group id count of group count of account sum_var&lt;BR /&gt;ABC 1234 3 4 171119250.5&lt;BR /&gt;DEF 1234 3 4 171119250.5&lt;BR /&gt;DEF 1234 3 4 171119250.5&lt;BR /&gt;GHI 1234 3 4 171119250.5&lt;BR /&gt;Also, ids that have been summarized in scenario 1 should not be counted in scenario 2.&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Fri, 27 Mar 2020 08:55:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635241#M30414</guid>
      <dc:creator>Sunboyss30</dc:creator>
      <dc:date>2020-03-27T08:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635252#M30415</link>
      <description>&lt;P&gt;Since you don't need the account, that makes the SQL easier, and you only need a data step to split the result:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input Group $ Account :$15. sum_var id $;
datalines;
ABC 10792402 53475319.06 1234
DEF 3928847912 4510128.39 1234
DEF 4682433039 89231128.39 1234
GHI 1737576722 23902674.65 1234
ABC 43169608 53475319.06 5678
JKL 15715391648 54510128.39 5678
;

proc sql;
create table want as
select
  group,
  id,
  count(distinct group) as count_of_group,
  count(*) as count_of_account,
  sum(sum_var) as total
from have
group by id
order by id, group;
quit;

data
  want_2
  want_more_than_2
;
set want;
if count_of_group le 2
then output want_2;
else output want_more_than_2;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Mind that you won't need the split anyway, as you can always use a where condition in further processing.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 10:11:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635252#M30415</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-27T10:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635295#M30423</link>
      <description>Thanks a lot Kurt. its perfect but i also want to filter only group le 2 (having ABC + any other group value) AND group gt 2 (having ABC + any other group value) per ID. Right now group le 2 also has combination of DEF &amp;amp; GHI.&lt;BR /&gt;&lt;BR /&gt;Really appreciate.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Mar 2020 12:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635295#M30423</guid>
      <dc:creator>Sunboyss30</dc:creator>
      <dc:date>2020-03-27T12:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635374#M30428</link>
      <description>&lt;P&gt;Play around with where conditions. You may need to add an intermediate step that gets you only those ID's present in the wanted groups, and then do an inner join with those.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 15:58:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635374#M30428</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-27T15:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize data based on different group combination</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635376#M30429</link>
      <description>&lt;P&gt;So explicitly test for ABC.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;create table want as
select id
     , group
     , max( group='ABC' ) as has_ABC
     , count(distinct group) as count_of_group
     , count(*) as count_of_account
     , sum(sum_var) as total
from have
group by id
order by id, group
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now it looks like you want these two groups:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where has_abc and count_of_group=2 ;
where has_abc and count_of_group&amp;gt;2;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Mar 2020 16:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-data-based-on-different-group-combination/m-p/635376#M30429</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-27T16:07:02Z</dc:date>
    </item>
  </channel>
</rss>

