<?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 proc tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/50763#M13862</link>
    <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I use thye code =&lt;BR /&gt;
&lt;BR /&gt;
proc tabulate;&lt;BR /&gt;
	class Battery Month;&lt;BR /&gt;
	table Battery ALL,Month*Cost;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
LOG ERROR - the type of name(Cost) is unknown&lt;BR /&gt;
&lt;BR /&gt;
Kindly suggest.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
mark</description>
    <pubDate>Fri, 16 Jul 2010 04:28:13 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-07-16T04:28:13Z</dc:date>
    <item>
      <title>proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/50763#M13862</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I use thye code =&lt;BR /&gt;
&lt;BR /&gt;
proc tabulate;&lt;BR /&gt;
	class Battery Month;&lt;BR /&gt;
	table Battery ALL,Month*Cost;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
LOG ERROR - the type of name(Cost) is unknown&lt;BR /&gt;
&lt;BR /&gt;
Kindly suggest.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
mark</description>
      <pubDate>Fri, 16 Jul 2010 04:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/50763#M13862</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-16T04:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/50764#M13863</link>
      <description>Assuming that the variable COST is in the incoming data set:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc tabulate data=batterysales;&lt;BR /&gt;
class Battery Month;&lt;BR /&gt;
var cost;&lt;BR /&gt;
table Battery ALL,Month*Cost;&lt;BR /&gt;
RUN;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Consider this intro to TABULATE:&lt;BR /&gt;
&lt;A href="http://www.pharmasug.org/cd/papers/HW/HW03.pdf" target="_blank"&gt;http://www.pharmasug.org/cd/papers/HW/HW03.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 16 Jul 2010 05:41:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/50764#M13863</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-07-16T05:41:23Z</dc:date>
    </item>
  </channel>
</rss>

