<?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: proc freq like group by in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/proc-freq-like-group-by/m-p/528953#M5502</link>
    <description>&lt;P&gt;you can use the by statement with proc freq&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_freq_sect006.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_freq_sect006.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_freq_sect007.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_freq_sect007.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 01:27:20 GMT</pubDate>
    <dc:creator>VDD</dc:creator>
    <dc:date>2019-01-22T01:27:20Z</dc:date>
    <item>
      <title>proc freq like group by</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-freq-like-group-by/m-p/528944#M5501</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;Is it possible to use proc freq as like in proc sqp gruoup by? using some variables and counting?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;because if I use this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;freq&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=ds;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;table&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; var1 var2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;that creates two separate tables and what I want is to combine&lt;/SPAN&gt;&lt;/SPAN&gt; var1 and var2&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Jan 2019 00:24:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-freq-like-group-by/m-p/528944#M5501</guid>
      <dc:creator>Angel_Saenz</dc:creator>
      <dc:date>2019-01-22T00:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq like group by</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-freq-like-group-by/m-p/528953#M5502</link>
      <description>&lt;P&gt;you can use the by statement with proc freq&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_freq_sect006.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_freq_sect006.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_freq_sect007.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_freq_sect007.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 01:27:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-freq-like-group-by/m-p/528953#M5502</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-01-22T01:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq like group by</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-freq-like-group-by/m-p/528996#M5517</link>
      <description>&lt;P&gt;See if this comes closer to what you want:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=ds;
tables var1 * var2 / missing list;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Jan 2019 08:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-freq-like-group-by/m-p/528996#M5517</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-01-22T08:26:04Z</dc:date>
    </item>
  </channel>
</rss>

