<?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 questions in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50296#M13719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And even simpler, we could eliminate the sort and by statement, and use a three level table statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: white; font-family: Sasfont; color: navy; font-size: 9pt;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; d1 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Name $ Class $&amp;nbsp; FS $&amp;nbsp; Group&amp;nbsp; Good $ ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;list&lt;/SPAN&gt;;&lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;cards&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Will A Maths 1 Y &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Teddy A Phy 2 Y &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Jeremy B Bio 3 Y &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Bob B Maths 2 N &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: white; font-family: Sasfont; color: navy; font-size: 9pt;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="background-color: white; font-family: Sasfont; color: navy; font-size: 9pt;"&gt;freq&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; good * group * class /nopct norowpct nocolpct ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: white; font-family: Sasfont; color: navy; font-size: 9pt;"&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2011 11:36:33 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2011-08-18T11:36:33Z</dc:date>
    <item>
      <title>Proc Freq questions</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50292#M13715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Say we have some data set called data1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 341px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="22" style="text-align: center;" width="64"&gt;Name&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;" width="64"&gt;Class&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;" width="85"&gt;FS&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;" width="64"&gt;Group&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;" width="64"&gt;Good&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="text-align: center;"&gt;Will&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;Maths&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="text-align: center;"&gt;Teddy&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;Phy&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="text-align: center;"&gt;Jeremy&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;B&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;Bio&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;Bob&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;B&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;Maths&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;N&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What SAS code would you write to generate frequency tables for each levels of Good (Y and N)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 277px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl68" colspan="2" height="27" style="text-align: center;" width="149"&gt;Good=Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="27" style="text-align: center;" width="85"&gt;&lt;/TD&gt;&lt;TD class="xl68" colspan="2" style="border-left: medium none; text-align: center;" width="128"&gt;Class&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; text-align: center;" width="64"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="27" style="border-top: medium none; text-align: center;" width="85"&gt;Group&lt;/TD&gt;&lt;TD class="xl65" style="border-top: medium none; border-left: medium none; text-align: center;" width="64"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: medium none; border-left: medium none; text-align: center;" width="64"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: medium none; border-left: medium none; text-align: center;" width="64"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21" style="border-top: medium none; text-align: center;" width="85"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="27" style="border-top: medium none; text-align: center;" width="85"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21" style="border-top: medium none; text-align: center;" width="85"&gt;3&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="27" style="border-top: medium none; text-align: center;" width="85"&gt;Total&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 272px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl68" colspan="2" height="27" style="text-align: center;" width="144"&gt;Good=N&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="27" style="text-align: center;" width="80"&gt;&lt;/TD&gt;&lt;TD class="xl68" colspan="2" style="border-left: medium none; text-align: center;" width="128"&gt;Class&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; text-align: center;" width="64"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="27" style="border-top: medium none; text-align: center;" width="80"&gt;Group&lt;/TD&gt;&lt;TD class="xl65" style="border-top: medium none; border-left: medium none; text-align: center;" width="64"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: medium none; border-left: medium none; text-align: center;" width="64"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: medium none; border-left: medium none; text-align: center;" width="64"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21" style="border-top: medium none; text-align: center;" width="80"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="27" style="border-top: medium none; text-align: center;" width="80"&gt;Total&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 05:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50292#M13715</guid>
      <dc:creator>willy0625</dc:creator>
      <dc:date>2011-08-18T05:06:38Z</dc:date>
    </item>
    <item>
      <title>Proc Freq questions</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50293#M13716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess proc freq is not the right procedure to create this type of table. You should try proc tabulate. It has lot of options to create different type of tables. Also, proc report might do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 05:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50293#M13716</guid>
      <dc:creator>ari14</dc:creator>
      <dc:date>2011-08-18T05:13:19Z</dc:date>
    </item>
    <item>
      <title>Proc Freq questions</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50294#M13717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;data temp;
input Name $&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Class $&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FS $&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Group&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Good $ ;
cards;
Will&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Maths&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y
Teddy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Phy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y
Jeremy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bio&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y
Bob&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Maths&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;N
;
run;
proc sort data=temp;by good;run;
options missing=0;
proc tabulate data=temp format=best4. missing;
 by good;
 class group class;
 table group all,class*n='' ;
run;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 08:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50294#M13717</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-08-18T08:28:17Z</dc:date>
    </item>
    <item>
      <title>Proc Freq questions</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50295#M13718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; keeping it simple, is it not just a case of using a "by good ;" statement in proc freq? &lt;/P&gt;&lt;P&gt; a very basic test&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background-color: white; font-family: Sasfont;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; d1 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Name $ Class $&amp;nbsp; FS $&amp;nbsp; Group&amp;nbsp; Good $ ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;list&lt;/SPAN&gt;;&lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;cards&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Will A Maths 1 Y &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Teddy A Phy 2 Y &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Jeremy B Bio 3 Y &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Bob B Maths 2 N &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background-color: white; font-family: Sasfont;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 9pt; background-color: white; font-family: Sasfont;"&gt;sort&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; good ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background-color: white; font-family: Sasfont;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background-color: white; font-family: Sasfont;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 9pt; background-color: white; font-family: Sasfont;"&gt;freq&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; good ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; group * class ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background-color: white; font-family: Sasfont;"&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 08:35:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50295#M13718</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-08-18T08:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq questions</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50296#M13719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And even simpler, we could eliminate the sort and by statement, and use a three level table statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: white; font-family: Sasfont; color: navy; font-size: 9pt;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; d1 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Name $ Class $&amp;nbsp; FS $&amp;nbsp; Group&amp;nbsp; Good $ ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;list&lt;/SPAN&gt;;&lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;cards&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Will A Maths 1 Y &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Teddy A Phy 2 Y &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Jeremy B Bio 3 Y &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffc0; font-family: Sasfont; color: black; font-size: 9pt;"&gt;Bob B Maths 2 N &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: white; font-family: Sasfont; color: navy; font-size: 9pt;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="background-color: white; font-family: Sasfont; color: navy; font-size: 9pt;"&gt;freq&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: Sasfont; color: blue; font-size: 9pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Sasfont; color: black; font-size: 9pt;"&gt; good * group * class /nopct norowpct nocolpct ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: white; font-family: Sasfont; color: navy; font-size: 9pt;"&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 11:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50296#M13719</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2011-08-18T11:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq questions</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50297#M13720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter.C and Steve Denham&lt;/P&gt;&lt;P&gt;Yes. It would be more simple , but not exactly look like the output OP want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 06:54:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Freq-questions/m-p/50297#M13720</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-08-19T06:54:36Z</dc:date>
    </item>
  </channel>
</rss>

