<?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: groupby in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687529#M208722</link>
    <description>&lt;P&gt;There is no such thing as a GROUP BY in a DATA step. A roughly equivalent functionality for data in a SAS data set is PROC SUMMARY.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 14:36:51 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-09-29T14:36:51Z</dc:date>
    <item>
      <title>groupby</title>
      <link>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687528#M208721</link>
      <description>&lt;P&gt;how to use Group by function in data step&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687528#M208721</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2020-09-29T14:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: groupby</title>
      <link>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687529#M208722</link>
      <description>&lt;P&gt;There is no such thing as a GROUP BY in a DATA step. A roughly equivalent functionality for data in a SAS data set is PROC SUMMARY.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687529#M208722</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-09-29T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: groupby</title>
      <link>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687537#M208726</link>
      <description>&lt;P&gt;If you mean BY group processing it depends on what you're trying to do.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the documentation referencing what BY group processing does in SAS.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n138da4gme3zb7n1nifpfhqv7clq.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n138da4gme3zb7n1nifpfhqv7clq.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265860"&gt;@BrahmanandaRao&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;how to use Group by function in data step&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:55:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687537#M208726</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-29T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: groupby</title>
      <link>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687551#M208733</link>
      <description>&lt;P&gt;I guess you want to know what the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lestmtsref&amp;amp;docsetTarget=p0yeyftk8ftuckn1o5qzy53284gz.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;BY Statement&lt;/A&gt;&amp;nbsp;does.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:25:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687551#M208733</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-29T15:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: groupby</title>
      <link>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687557#M208736</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I guess you want to know what the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lestmtsref&amp;amp;docsetTarget=p0yeyftk8ftuckn1o5qzy53284gz.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;BY Statement&lt;/A&gt;&amp;nbsp;does.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well, this is what happens when the original poster writes such a brief description that it could mean just about anything, and I interpreted not as a question about BY statement in a DATA step but can the SQL command GROUP BY be used in a DATA step. But, I don't really know. We're all guessing, and that's not good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265860"&gt;@BrahmanandaRao&lt;/a&gt;, please explain what you are talking about, in sufficient detail (and trying to avoid your extreme brevity) that we all know clearly what your question is. In fact, as a general request to you,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265860"&gt;@BrahmanandaRao&lt;/a&gt;, now and in the future, write clear questions that are&amp;nbsp; detailed enough so that we don't all go in different directions and so that we don't have to ask a lot of follow-up questions.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:42:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/groupby/m-p/687557#M208736</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-09-29T15:42:24Z</dc:date>
    </item>
  </channel>
</rss>

