<?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 tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate/m-p/232885#M54768</link>
    <description>&lt;P&gt;I think if you make the appropriate changes on line 5 and line 9 of your program, you'll be all set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2015 14:42:50 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2015-11-03T14:42:50Z</dc:date>
    <item>
      <title>Proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate/m-p/232872#M54761</link>
      <description>&lt;P&gt;Want to remove N from proc tabulate procedure....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 10:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate/m-p/232872#M54761</guid>
      <dc:creator>julesh</dc:creator>
      <dc:date>2015-11-03T10:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate/m-p/232885#M54768</link>
      <description>&lt;P&gt;I think if you make the appropriate changes on line 5 and line 9 of your program, you'll be all set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 14:42:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate/m-p/232885#M54768</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2015-11-03T14:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate/m-p/232891#M54771</link>
      <description>&lt;PRE&gt;data newdata;
input Age$ Hight;
datalines;
A 30
B 40
;
run;
Proc Tabulate data = newdata ;
Class Age;
table Age;
keylabel n = ' ';
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Nov 2015 15:05:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate/m-p/232891#M54771</guid>
      <dc:creator>pearsoninst</dc:creator>
      <dc:date>2015-11-03T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate/m-p/232892#M54772</link>
      <description>you can also see this video on proc tabulate&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=auky8ZMzKOE&amp;amp;index=13&amp;amp;list=PLXuvXqP-CA7kR7jjMduLNax8reOCNNe8_" target="_blank"&gt;https://www.youtube.com/watch?v=auky8ZMzKOE&amp;amp;index=13&amp;amp;list=PLXuvXqP-CA7kR7jjMduLNax8reOCNNe8_&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Nov 2015 15:06:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate/m-p/232892#M54772</guid>
      <dc:creator>pearsoninst</dc:creator>
      <dc:date>2015-11-03T15:06:46Z</dc:date>
    </item>
  </channel>
</rss>

