<?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 Use macro to append tables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202922#M306115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm creating a query to append Datasets using a macro, because, sometimes i need to append data only from 3 months ago. &lt;/P&gt;&lt;P&gt;This code below works well until i create a data set inside of the macro to append the tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%GLOBAL&lt;/SPAN&gt; YEARDT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ANO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; INTERVALO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ANOI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MESI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; BASES;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%LET&lt;/SPAN&gt; YEARDT = &lt;SPAN style="color: #0000ff;"&gt;%SYSFUNC&lt;/SPAN&gt;(DATE(),YYMMP10.);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt; ANO = &lt;SPAN style="color: #0000ff;"&gt;%SUBSTR&lt;/SPAN&gt;(&amp;amp;YEARDT.,1,4);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt; MES = &lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SUBSTR&lt;/STRONG&gt;(&amp;amp;YEARDT.,6,2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%PUT&lt;/SPAN&gt; &amp;amp;ANO&amp;amp;MES.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%MACRO&lt;/SPAN&gt; APPEND(NUM);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%DO&lt;/SPAN&gt; I = 1 &lt;SPAN style="color: #0000ff;"&gt;%TO&lt;/SPAN&gt; &amp;amp;NUM;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt;&lt;/STRONG&gt; INTERVALO = &lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SYSFUNC&lt;/STRONG&gt;(PUTN(&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SYSFUNC&lt;/STRONG&gt;(INTNX(MONTH,&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SYSFUNC&lt;/STRONG&gt;(DATE()),-&amp;amp;&amp;amp;I.)),YYMMP10.));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; ANOI = &lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SUBSTR&lt;/STRONG&gt;&lt;/STRONG&gt;(&amp;amp;INTERVALO.,1,4);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; MESI = &lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SUBSTR&lt;/STRONG&gt;&lt;/STRONG&gt;(&amp;amp;INTERVALO.,6,2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; BASES&amp;nbsp; = BASE_WO.BASE_WO_&amp;amp;ANOI&amp;amp;MESI.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%PUT&lt;/STRONG&gt; &amp;amp;BASES.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%END&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%MEND&lt;/SPAN&gt;; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%APPEND(2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the &lt;STRONG style="font-size: 13.3333330154419px;"&gt;%APPEND(2); &lt;/STRONG&gt;i'd like to append how much months i need(Type a number).&lt;/P&gt;&lt;P&gt;My tables names has dates at the end of their names in this format = 201501;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;How can i do that to append tables ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thank you before anything,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Rodrigo Dartibali Elias&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 20:01:18 GMT</pubDate>
    <dc:creator>DartRodrigo</dc:creator>
    <dc:date>2015-08-19T20:01:18Z</dc:date>
    <item>
      <title>Use macro to append tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202922#M306115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm creating a query to append Datasets using a macro, because, sometimes i need to append data only from 3 months ago. &lt;/P&gt;&lt;P&gt;This code below works well until i create a data set inside of the macro to append the tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%GLOBAL&lt;/SPAN&gt; YEARDT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ANO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; INTERVALO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ANOI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MESI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; BASES;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%LET&lt;/SPAN&gt; YEARDT = &lt;SPAN style="color: #0000ff;"&gt;%SYSFUNC&lt;/SPAN&gt;(DATE(),YYMMP10.);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt; ANO = &lt;SPAN style="color: #0000ff;"&gt;%SUBSTR&lt;/SPAN&gt;(&amp;amp;YEARDT.,1,4);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt; MES = &lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SUBSTR&lt;/STRONG&gt;(&amp;amp;YEARDT.,6,2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%PUT&lt;/SPAN&gt; &amp;amp;ANO&amp;amp;MES.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%MACRO&lt;/SPAN&gt; APPEND(NUM);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%DO&lt;/SPAN&gt; I = 1 &lt;SPAN style="color: #0000ff;"&gt;%TO&lt;/SPAN&gt; &amp;amp;NUM;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt;&lt;/STRONG&gt; INTERVALO = &lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SYSFUNC&lt;/STRONG&gt;(PUTN(&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SYSFUNC&lt;/STRONG&gt;(INTNX(MONTH,&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SYSFUNC&lt;/STRONG&gt;(DATE()),-&amp;amp;&amp;amp;I.)),YYMMP10.));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; ANOI = &lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SUBSTR&lt;/STRONG&gt;&lt;/STRONG&gt;(&amp;amp;INTERVALO.,1,4);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; MESI = &lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%SUBSTR&lt;/STRONG&gt;&lt;/STRONG&gt;(&amp;amp;INTERVALO.,6,2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%LET&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; BASES&amp;nbsp; = BASE_WO.BASE_WO_&amp;amp;ANOI&amp;amp;MESI.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 13.3333330154419px;"&gt;%PUT&lt;/STRONG&gt; &amp;amp;BASES.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%END&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;%MEND&lt;/SPAN&gt;; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%APPEND(2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the &lt;STRONG style="font-size: 13.3333330154419px;"&gt;%APPEND(2); &lt;/STRONG&gt;i'd like to append how much months i need(Type a number).&lt;/P&gt;&lt;P&gt;My tables names has dates at the end of their names in this format = 201501;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;How can i do that to append tables ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thank you before anything,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Rodrigo Dartibali Elias&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202922#M306115</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2015-08-19T20:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Use macro to append tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202923#M306116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing. When i use the macro Bases in %put statement inside do loop, it prints all tables names into the log(Works),&lt;/P&gt;&lt;P&gt;When i put the same macro in the set statement it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:12:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202923#M306116</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2015-08-19T20:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use macro to append tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202924#M306117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think querying the Dictionary Tables is an easier method.&lt;/P&gt;&lt;P&gt;Take a look at the methods in this thread and see if you can expand them to your problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="292319" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202924#M306117</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-19T20:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use macro to append tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202925#M306118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show the code you used that didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A likely cause is either a missing semi colon or the location of the loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro dummyset( loops=5);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %do I = 1 to &amp;amp;loops;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libref.myset&amp;amp;i&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* NOTE: No ; here*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %end; /* the LOOP but NOT the set statement*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp; /* This ; ends the SET statement*/&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your code should make sure you are NOT generating any extra ;&lt;/P&gt;&lt;P&gt;Possibly:&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %yourmacroname ()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;Use OPTIONS MPRINT to see the resolved code and look for an extra ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202925#M306118</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-08-19T20:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use macro to append tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202926#M306119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code i used works but only prints the last table printed in the log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:42:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202926#M306119</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2015-08-19T20:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use macro to append tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202927#M306120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ballard it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-macro-to-append-tables/m-p/202927#M306120</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2015-08-19T20:54:34Z</dc:date>
    </item>
  </channel>
</rss>

