<?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: Question about _NAME_ or _TYPE_ variable error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Question-about-NAME-or-TYPE-variable-error/m-p/675755#M203628</link>
    <description>&lt;P&gt;That is just a WARNING, not an error.&amp;nbsp; PROC REG can use covariance table as input (TYPE=COV) so it is just asking if you perhaps meant to have given it a covariance table instead of a regular table.&amp;nbsp; You could just drop or rename the _TYPE_ and/or _NAME_ variable especially since your code does not appear to be using them.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Aug 2020 20:55:42 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2020-08-10T20:55:42Z</dc:date>
    <item>
      <title>Question about _NAME_ or _TYPE_ variable error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-about-NAME-or-TYPE-variable-error/m-p/675742#M203622</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question regarding an error message I receive. I run a regression on a constant (please see code below). It works without any problems, but it shows the following warning:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="sasLog"&gt;The variable _NAME_ or _TYPE_ exists in a data set that is not TYPE=CORR, COV, SSCP, etc. &lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc reg data=data_in;
Model Variable_1 = ;
ODS Output parameterestimates = data_out;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I do not really understand the meaning of this error in this particular context and would be very glad if someone has an idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 20:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-about-NAME-or-TYPE-variable-error/m-p/675742#M203622</guid>
      <dc:creator>Tim_sas_</dc:creator>
      <dc:date>2020-08-10T20:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question about _NAME_ or _TYPE_ variable error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-about-NAME-or-TYPE-variable-error/m-p/675755#M203628</link>
      <description>&lt;P&gt;That is just a WARNING, not an error.&amp;nbsp; PROC REG can use covariance table as input (TYPE=COV) so it is just asking if you perhaps meant to have given it a covariance table instead of a regular table.&amp;nbsp; You could just drop or rename the _TYPE_ and/or _NAME_ variable especially since your code does not appear to be using them.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 20:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-about-NAME-or-TYPE-variable-error/m-p/675755#M203628</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-08-10T20:55:42Z</dc:date>
    </item>
  </channel>
</rss>

