<?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/7105#M20</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to create summary table using DI, but when I submit the report job I recieve an error "the type of name (course_name) is unkknow".&lt;BR /&gt;
&lt;BR /&gt;
also, I downloaded the hotfix eb9bb81 to solve this problem and it is still as is. is there anyone can help in this issue.&lt;BR /&gt;
&lt;BR /&gt;
N.B. course name is the first field name that I use. the table statement (table course_name, department*section*tot_cost;)</description>
    <pubDate>Sun, 24 Feb 2008 13:42:06 GMT</pubDate>
    <dc:creator>MohamedS</dc:creator>
    <dc:date>2008-02-24T13:42:06Z</dc:date>
    <item>
      <title>Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/7105#M20</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to create summary table using DI, but when I submit the report job I recieve an error "the type of name (course_name) is unkknow".&lt;BR /&gt;
&lt;BR /&gt;
also, I downloaded the hotfix eb9bb81 to solve this problem and it is still as is. is there anyone can help in this issue.&lt;BR /&gt;
&lt;BR /&gt;
N.B. course name is the first field name that I use. the table statement (table course_name, department*section*tot_cost;)</description>
      <pubDate>Sun, 24 Feb 2008 13:42:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/7105#M20</guid>
      <dc:creator>MohamedS</dc:creator>
      <dc:date>2008-02-24T13:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/7106#M21</link>
      <description>Hi:&lt;BR /&gt;
  Generally, every variable used in the TABLE statement must have the variable usage DEFINED in either a CLASS or VAR statement. This is because TABULATE will build "buckets" based on the crossings of the CLASS variables and in the "buckets" it will calculate the requested statistics based on the ANALYSIS variables listed in the VAR statement.&lt;BR /&gt;
&lt;BR /&gt;
  Based on the table statement you showed:&lt;BR /&gt;
[pre]&lt;BR /&gt;
table course_name, department*section*tot_cost;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
  I figure that COURSE_NAME, DEPARTMENT and SECTION will be your CLASS variables, and will appear in a CLASS statement and that TOT_COST will be your ANALYSIS variable and will appear in a VAR statement:&lt;BR /&gt;
[pre]&lt;BR /&gt;
class course_name department section;&lt;BR /&gt;
var tot_cost;&lt;BR /&gt;
table course_name, department*section*tot_cost;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Double check your syntax to make sure your TABULATE code has CLASS and VAR statements. If you do have CLASS and VAR statements in the code and you are still having problems, then your best bet for help is to contact SAS Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 24 Feb 2008 17:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/7106#M21</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-02-24T17:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/7107#M22</link>
      <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
thank you, it worked</description>
      <pubDate>Mon, 25 Feb 2008 08:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/7107#M22</guid>
      <dc:creator>MohamedS</dc:creator>
      <dc:date>2008-02-25T08:17:01Z</dc:date>
    </item>
  </channel>
</rss>

