<?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: variable &amp;quot;auto&amp;quot; and &amp;quot;v1&amp;quot; doesn't exist on Variable Summary in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/variable-quot-auto-quot-and-quot-v1-quot-doesn-t-exist-on/m-p/578856#M23111</link>
    <description>&lt;P&gt;You do not have a DATA= option on the PROC statement which data set to use. By default it uses the last run data set, which is likely not what you want in this case since it doesn't have the variables. This is a style of programming I would never recommend, it's always better to explicitly specify the data set used in a procedure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/282326"&gt;@hdrew&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am using this SAS code for Variable Summary report and receiving an error message:&amp;nbsp; log is telling me the variable "auto" and "v1" doesn't exist&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;following SAS Code:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc cluster &lt;FONT size="4" color="#FF6600"&gt;&lt;STRONG&gt;data=inputDataSet&lt;/STRONG&gt;&lt;/FONT&gt; method=average std pseudo noeigen &lt;STRONG&gt;&lt;FONT size="4" color="#800080"&gt;outtree=tree&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;BR /&gt;id auto;&lt;BR /&gt;var v1-v4;&lt;BR /&gt;run;&lt;BR /&gt;proc tree &lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;FONT color="#800080"&gt;data=tree&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; horizontal;&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2019 23:44:18 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-08-02T23:44:18Z</dc:date>
    <item>
      <title>variable "auto" and "v1" doesn't exist on Variable Summary</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/variable-quot-auto-quot-and-quot-v1-quot-doesn-t-exist-on/m-p/578855#M23110</link>
      <description>&lt;P&gt;I am using this SAS code for Variable Summary report and receiving an error message:&amp;nbsp; log is telling me the variable "auto" and "v1" doesn't exist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;following SAS Code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc cluster method=average std pseudo noeigen outtree=tree;&lt;BR /&gt;id auto;&lt;BR /&gt;var v1-v4;&lt;BR /&gt;run;&lt;BR /&gt;proc tree horizontal;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 23:40:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/variable-quot-auto-quot-and-quot-v1-quot-doesn-t-exist-on/m-p/578855#M23110</guid>
      <dc:creator>hdrew</dc:creator>
      <dc:date>2019-08-02T23:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: variable "auto" and "v1" doesn't exist on Variable Summary</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/variable-quot-auto-quot-and-quot-v1-quot-doesn-t-exist-on/m-p/578856#M23111</link>
      <description>&lt;P&gt;You do not have a DATA= option on the PROC statement which data set to use. By default it uses the last run data set, which is likely not what you want in this case since it doesn't have the variables. This is a style of programming I would never recommend, it's always better to explicitly specify the data set used in a procedure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/282326"&gt;@hdrew&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am using this SAS code for Variable Summary report and receiving an error message:&amp;nbsp; log is telling me the variable "auto" and "v1" doesn't exist&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;following SAS Code:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc cluster &lt;FONT size="4" color="#FF6600"&gt;&lt;STRONG&gt;data=inputDataSet&lt;/STRONG&gt;&lt;/FONT&gt; method=average std pseudo noeigen &lt;STRONG&gt;&lt;FONT size="4" color="#800080"&gt;outtree=tree&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;BR /&gt;id auto;&lt;BR /&gt;var v1-v4;&lt;BR /&gt;run;&lt;BR /&gt;proc tree &lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;FONT color="#800080"&gt;data=tree&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; horizontal;&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 23:44:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/variable-quot-auto-quot-and-quot-v1-quot-doesn-t-exist-on/m-p/578856#M23111</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-02T23:44:18Z</dc:date>
    </item>
  </channel>
</rss>

