<?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: Why numbers are not getting grouped? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898775#M40012</link>
    <description>Great its solved now. Thanks for explaining.</description>
    <pubDate>Mon, 16 Oct 2023 13:01:02 GMT</pubDate>
    <dc:creator>POOJA_J</dc:creator>
    <dc:date>2023-10-16T13:01:02Z</dc:date>
    <item>
      <title>Why numbers are not getting grouped?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898754#M40007</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POOJA_J_0-1697457229593.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88886i2C2361FD7B39854E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POOJA_J_0-1697457229593.png" alt="POOJA_J_0-1697457229593.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POOJA_J_3-1697457454707.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88889i4FF9F2FF88892244/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POOJA_J_3-1697457454707.png" alt="POOJA_J_3-1697457454707.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POOJA_J_2-1697457330267.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88888i3E9E90DECE335B53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POOJA_J_2-1697457330267.png" alt="POOJA_J_2-1697457330267.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Writing the above code, I&amp;nbsp;expected the result to be grouped by my first variable name i.e bankid. But it's grouping on Marital status which is 2nd variable. Plz explain why its not getting grouped by bankid though it's written as 1st variable in group by!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 12:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898754#M40007</guid>
      <dc:creator>POOJA_J</dc:creator>
      <dc:date>2023-10-16T12:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why numbers are not getting grouped?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898755#M40008</link>
      <description>&lt;P&gt;Maybe you want a different ORDER BY statement?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 12:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898755#M40008</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-10-16T12:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why numbers are not getting grouped?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898765#M40009</link>
      <description>&lt;P&gt;The code and the result generated in correct, it gives exact ans while solving MCQ's but I didn't understand the logic that even after writing bankid first in the GROUP BY statement, the table is getting grouped by marital status first and then within the marital status the bankid is getting grouped.&lt;/P&gt;
&lt;P&gt;I was assuming the marital status to be grouped within the bankid.&lt;/P&gt;
&lt;P&gt;There is my confusion.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 12:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898765#M40009</guid>
      <dc:creator>POOJA_J</dc:creator>
      <dc:date>2023-10-16T12:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why numbers are not getting grouped?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898771#M40011</link>
      <description>&lt;P&gt;Your ORDER BY statement groups the data by descending COUNT, that's what is happening. That's the order of the output data. If you want some other order, you need a different ORDER BY statement. The GROUP BY statement does not determine the order of the output data.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 12:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898771#M40011</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-10-16T12:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why numbers are not getting grouped?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898775#M40012</link>
      <description>Great its solved now. Thanks for explaining.</description>
      <pubDate>Mon, 16 Oct 2023 13:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-numbers-are-not-getting-grouped/m-p/898775#M40012</guid>
      <dc:creator>POOJA_J</dc:creator>
      <dc:date>2023-10-16T13:01:02Z</dc:date>
    </item>
  </channel>
</rss>

