<?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: Apparent symbolic reference not resolved? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Apparent-symbolic-reference-not-resolved/m-p/367405#M275360</link>
    <description>&lt;P&gt;Nowhere in that code is the macro variable CNT1 defined.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2017 15:17:10 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-06-15T15:17:10Z</dc:date>
    <item>
      <title>Apparent symbolic reference not resolved?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Apparent-symbolic-reference-not-resolved/m-p/367404#M275359</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I got an error message while running macro.&amp;nbsp; Please help.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%macro&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; rename(oldprefix, newprefix, num);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;data want1;&lt;/P&gt;&lt;P&gt;set test;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; k=1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%do&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%while&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(&amp;amp;k &amp;lt;= &amp;amp;num);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;rename &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;oldprefix.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;amp;k = &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;newprefix.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;amp;k;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; k = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%eval&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(&amp;amp;k + 1);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%end&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%mend&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; rename;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;%&lt;STRONG&gt;&lt;I&gt;rename&lt;/I&gt;&lt;/STRONG&gt;(nad_dx,bd_dx,%&lt;STRONG&gt;&lt;I&gt;cmpres&lt;/I&gt;&lt;/STRONG&gt;(&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;cnt1.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: Apparent symbolic reference CNT1 not resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 15:14:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Apparent-symbolic-reference-not-resolved/m-p/367404#M275359</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2017-06-15T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Apparent symbolic reference not resolved?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Apparent-symbolic-reference-not-resolved/m-p/367405#M275360</link>
      <description>&lt;P&gt;Nowhere in that code is the macro variable CNT1 defined.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 15:17:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Apparent-symbolic-reference-not-resolved/m-p/367405#M275360</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-15T15:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apparent symbolic reference not resolved?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Apparent-symbolic-reference-not-resolved/m-p/367422#M275361</link>
      <description>&lt;P&gt;I know where went wrong now, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 16:10:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Apparent-symbolic-reference-not-resolved/m-p/367422#M275361</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2017-06-15T16:10:06Z</dc:date>
    </item>
  </channel>
</rss>

