<?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: Attribute Not Found in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/826774#M326567</link>
    <description>&lt;P&gt;There's no asterisk in the SQL &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/sqlproc/n0wvt1t0egww81n1nrdqjvc32oyl.htm" target="_blank" rel="noopener"&gt;DELETE&lt;/A&gt; statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  delete from target_data
  where yearmonth= &amp;amp;yrmonth.;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 03 Aug 2022 03:50:36 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2022-08-03T03:50:36Z</dc:date>
    <item>
      <title>Error: Attribute Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/826770#M326564</link>
      <description>&lt;P&gt;Good Evening Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am assigning value to one macro variable but while using that macro variable value I am getting error below. Can you please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Attribute '202206' not found&amp;nbsp;&lt;/P&gt;&lt;P&gt;%put yearmonth --&amp;gt; &amp;amp;yrmonth;&lt;/P&gt;&lt;P&gt;&amp;nbsp;yearmonth --&amp;gt; 202206&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kajal&lt;/P&gt;&lt;PRE&gt;proc sql;
	select max(yearmonth) into :  yrmonth from source_data;
quit;

proc sql;
	delete * from target_data
		where yearmonth= &amp;amp;yrmonth.;
quit;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Aug 2022 02:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/826770#M326564</guid>
      <dc:creator>kajal_30</dc:creator>
      <dc:date>2022-08-03T02:45:16Z</dc:date>
    </item>
    <item>
      <title>Error: Attribute Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/826765#M326566</link>
      <description>&lt;P&gt;Good Evening Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am assigning value to one macro variable but while using that macro variable value I am getting error below. Can you please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kajal&lt;/P&gt;&lt;PRE&gt;proc sql;
	select max(yearmonth) into :  yrmonth from source_data;
quit;

proc sql;
	delete * from target_data
		where yearmonth= &amp;amp;yrmonth.;
quit;

&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;ERROR: Attribute '202206' not found&amp;nbsp;&lt;/P&gt;&lt;P&gt;%put yearmonth --&amp;gt; &amp;amp;yrmonth;&lt;/P&gt;&lt;P&gt;&amp;nbsp;yearmonth --&amp;gt; 202206&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 02:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/826765#M326566</guid>
      <dc:creator>kajal_30</dc:creator>
      <dc:date>2022-08-03T02:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Attribute Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/826774#M326567</link>
      <description>&lt;P&gt;There's no asterisk in the SQL &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/sqlproc/n0wvt1t0egww81n1nrdqjvc32oyl.htm" target="_blank" rel="noopener"&gt;DELETE&lt;/A&gt; statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  delete from target_data
  where yearmonth= &amp;amp;yrmonth.;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Aug 2022 03:50:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/826774#M326567</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-08-03T03:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Attribute Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/826778#M326569</link>
      <description>&lt;P&gt;Thank you for your kind response I was able to resolve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kajal&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 03:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/826778#M326569</guid>
      <dc:creator>kajal_30</dc:creator>
      <dc:date>2022-08-03T03:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Attribute Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/850725#M336192</link>
      <description>To resolve the issue, you can modify your data selection to include data that uses that attribute, or you can remove the data attribute from your template.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Will</description>
      <pubDate>Thu, 22 Dec 2022 06:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Attribute-Not-Found/m-p/850725#M336192</guid>
      <dc:creator>Dianahemes</dc:creator>
      <dc:date>2022-12-22T06:37:45Z</dc:date>
    </item>
  </channel>
</rss>

