<?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: nested SAS macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/nested-SAS-macro/m-p/322257#M71287</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have inherited a lot of programs like this and I was trying to understand ! Thanks !&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2017 21:48:53 GMT</pubDate>
    <dc:creator>SAS_inquisitive</dc:creator>
    <dc:date>2017-01-03T21:48:53Z</dc:date>
    <item>
      <title>nested SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nested-SAS-macro/m-p/322250#M71282</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a SAS progam like this format. I wonder how does it executes? &amp;nbsp;Thanks !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro a (par1 = );
    .........
	.........

	%macro b (par2 =);
	  ........
	  ........
	%mend b;

	%b;
       .........
       .........
%mend a;
   
%a;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nested-SAS-macro/m-p/322250#M71282</guid>
      <dc:creator>SAS_inquisitive</dc:creator>
      <dc:date>2017-01-03T21:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: nested SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nested-SAS-macro/m-p/322254#M71284</link>
      <description>&lt;P&gt;Basically, the code does the following&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Declares an inner macro (b) and executes it as part of the of the outer macro (a) declaration&lt;/P&gt;
&lt;P&gt;2. Executes the newly declared macro (a)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nested-SAS-macro/m-p/322254#M71284</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2017-01-03T21:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: nested SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nested-SAS-macro/m-p/322256#M71286</link>
      <description>&lt;P&gt;FYI - this is not a good way to write code, nesting macro definitions is inefficient for starters.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:46:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nested-SAS-macro/m-p/322256#M71286</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-03T21:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: nested SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nested-SAS-macro/m-p/322257#M71287</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have inherited a lot of programs like this and I was trying to understand ! Thanks !&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:48:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nested-SAS-macro/m-p/322257#M71287</guid>
      <dc:creator>SAS_inquisitive</dc:creator>
      <dc:date>2017-01-03T21:48:53Z</dc:date>
    </item>
  </channel>
</rss>

