<?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: Error:  Variable is not an object in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Variable-is-not-an-object/m-p/89275#M8374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you're mixing SQL notation and DATA step together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't refer to a.sys_manual and b.sys_manual like that, you need to rename one of them in the update or handle it some other way. Are you sure you want an update, not a set or merge instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See here for more information:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001304308.htm" title="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001304308.htm"&gt;http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001304308.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 21:14:16 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2012-08-09T21:14:16Z</dc:date>
    <item>
      <title>Error:  Variable is not an object</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Variable-is-not-an-object/m-p/89274#M8373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran this code/program and got an "variable is not an object" error.&amp;nbsp; What did I do wrong?&amp;nbsp; Thoughts?&amp;nbsp; Thanks! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a.sys_manual=b.sys_manual;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ____________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 557&lt;/P&gt;&lt;P&gt;ERROR: DATA STEP Component Object failure.&amp;nbsp; Aborted during the COMPILATION phase.&lt;/P&gt;&lt;P&gt;ERROR 557-185: Variable a is not an object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; /* Update filter_by_decdecision_last */&lt;/P&gt;&lt;P&gt;data dcsn_sys_manual;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; update filter_by_decdecision (in=a)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sys_manual_data (in=b);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; by id ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if a and b then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a.sys_manual=b.sys_manual;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 21:05:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Variable-is-not-an-object/m-p/89274#M8373</guid>
      <dc:creator>jen123</dc:creator>
      <dc:date>2012-08-09T21:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error:  Variable is not an object</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Variable-is-not-an-object/m-p/89275#M8374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you're mixing SQL notation and DATA step together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't refer to a.sys_manual and b.sys_manual like that, you need to rename one of them in the update or handle it some other way. Are you sure you want an update, not a set or merge instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See here for more information:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001304308.htm" title="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001304308.htm"&gt;http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001304308.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 21:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Variable-is-not-an-object/m-p/89275#M8374</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-08-09T21:14:16Z</dc:date>
    </item>
  </channel>
</rss>

