<?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: SAS Macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro/m-p/678412#M204743</link>
    <description>Thanks for the quick reply Sir, appreciate it.</description>
    <pubDate>Fri, 21 Aug 2020 11:02:03 GMT</pubDate>
    <dc:creator>solo1947</dc:creator>
    <dc:date>2020-08-21T11:02:03Z</dc:date>
    <item>
      <title>SAS Macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro/m-p/678407#M204739</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain how does recursive macros work. As of my understanding a macro has to be defined before calling it so, how can we call a macro without defining it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Solo&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 10:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro/m-p/678407#M204739</guid>
      <dc:creator>solo1947</dc:creator>
      <dc:date>2020-08-21T10:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro/m-p/678408#M204740</link>
      <description>&lt;P&gt;During definition of a macro, no other macros are called, only the call statements are compiled. The call happens when the macro is executed, so you can have recursion.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 10:51:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro/m-p/678408#M204740</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-08-21T10:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro/m-p/678412#M204743</link>
      <description>Thanks for the quick reply Sir, appreciate it.</description>
      <pubDate>Fri, 21 Aug 2020 11:02:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro/m-p/678412#M204743</guid>
      <dc:creator>solo1947</dc:creator>
      <dc:date>2020-08-21T11:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro/m-p/678429#M204755</link>
      <description>&lt;P&gt;It is in the execution that recursion would occur.&amp;nbsp; You always have to have defined the macro before you can execute it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember that the name space for macros is flat.&amp;nbsp; At any point in time there can only be one definition for macro X.&amp;nbsp; So there is no nesting of macro definitions (recursive or not).&amp;nbsp; The nesting occurs when the macros execute.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 12:55:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro/m-p/678429#M204755</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-08-21T12:55:11Z</dc:date>
    </item>
  </channel>
</rss>

