<?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 The type of name is unknown unusual problem in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/The-type-of-name-is-unknown-unusual-problem/m-p/168800#M264074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=F12_beg_cohort_ET;&lt;/P&gt;&lt;P&gt;where ET=1 and Gender='F'&lt;/P&gt;&lt;P&gt;and DECEASED_F13=0;&lt;/P&gt;&lt;P&gt;class ET ETHNAME_NEW;&lt;/P&gt;&lt;P&gt;var rS13;&lt;/P&gt;&lt;P&gt;table ETHNAME_NEW ALL, Mean*rS13*_ALL_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and received the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: The type of name (CRSLOAD) is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable CRSLOAD is the first one in my dataset, but has nothing to do with the proc tabulate I am trying to run.&amp;nbsp; Why is this occurring and what can I do to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2014 14:23:10 GMT</pubDate>
    <dc:creator>SSG</dc:creator>
    <dc:date>2014-07-07T14:23:10Z</dc:date>
    <item>
      <title>The type of name is unknown unusual problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-type-of-name-is-unknown-unusual-problem/m-p/168800#M264074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=F12_beg_cohort_ET;&lt;/P&gt;&lt;P&gt;where ET=1 and Gender='F'&lt;/P&gt;&lt;P&gt;and DECEASED_F13=0;&lt;/P&gt;&lt;P&gt;class ET ETHNAME_NEW;&lt;/P&gt;&lt;P&gt;var rS13;&lt;/P&gt;&lt;P&gt;table ETHNAME_NEW ALL, Mean*rS13*_ALL_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and received the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: The type of name (CRSLOAD) is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable CRSLOAD is the first one in my dataset, but has nothing to do with the proc tabulate I am trying to run.&amp;nbsp; Why is this occurring and what can I do to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 14:23:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-type-of-name-is-unknown-unusual-problem/m-p/168800#M264074</guid>
      <dc:creator>SSG</dc:creator>
      <dc:date>2014-07-07T14:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: The type of name is unknown unusual problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-type-of-name-is-unknown-unusual-problem/m-p/168801#M264075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try after replacing _ALL_ with ALL in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table ETHNAME_NEW ALL, Mean*rS13*_ALL_;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 14:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-type-of-name-is-unknown-unusual-problem/m-p/168801#M264075</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-07-07T14:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: The type of name is unknown unusual problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-type-of-name-is-unknown-unusual-problem/m-p/168802#M264076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That got it.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 14:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-type-of-name-is-unknown-unusual-problem/m-p/168802#M264076</guid>
      <dc:creator>SSG</dc:creator>
      <dc:date>2014-07-07T14:28:26Z</dc:date>
    </item>
  </channel>
</rss>

