<?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: understanding macros in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129176#M260480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 19:26:43 GMT</pubDate>
    <dc:creator>Kormla</dc:creator>
    <dc:date>2013-03-06T19:26:43Z</dc:date>
    <item>
      <title>understanding macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129170#M260474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;&lt;A name="a001322046"&gt;&lt;/A&gt; %if &amp;amp;name=GEORGE %then %let lastname=smith;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have the above macros, why did the &amp;amp;name statement used the ampersand &amp;amp; but not %, please help. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 18:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129170#M260474</guid>
      <dc:creator>Kormla</dc:creator>
      <dc:date>2013-03-06T18:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: understanding macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129171#M260475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because name is a macro variable. You have to use &amp;amp; when you use a macro variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 18:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129171#M260475</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-03-06T18:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: understanding macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129172#M260476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does it mean that name must be userdefined?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 18:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129172#M260476</guid>
      <dc:creator>Kormla</dc:creator>
      <dc:date>2013-03-06T18:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: understanding macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129173#M260477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't full understand what you mean by "must be userdefined". There are different ways to assign value to macro variable name.&lt;/P&gt;&lt;P&gt;one way is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let name=GEORGE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 19:02:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129173#M260477</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-03-06T19:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: understanding macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129174#M260478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, yes i understand that part, my question is why use this ampersand &amp;amp; in name again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 19:12:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129174#M260478</guid>
      <dc:creator>Kormla</dc:creator>
      <dc:date>2013-03-06T19:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: understanding macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129175#M260479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;without "&amp;amp;" SAS does not know "name" is a macro variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 19:22:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129175#M260479</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-03-06T19:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: understanding macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129176#M260480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 19:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/understanding-macros/m-p/129176#M260480</guid>
      <dc:creator>Kormla</dc:creator>
      <dc:date>2013-03-06T19:26:43Z</dc:date>
    </item>
  </channel>
</rss>

