<?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: Macro code Help in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108030#M22487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linus,&lt;/P&gt;&lt;P&gt;I'm familiar with this application, and can promise you that this is just a test run.&amp;nbsp; There are actually more like 80 data sets to be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K,&lt;/P&gt;&lt;P&gt;You will have to attach the log if you want any help from the forum.&amp;nbsp; That's what tells us what went wrong.&amp;nbsp; If you didn't have the MPRINT option in place, you may need to re-run with it before posting the log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options MPRINT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Apr 2013 13:04:51 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2013-04-15T13:04:51Z</dc:date>
    <item>
      <title>Macro code Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108028#M22485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have this MAcro and I have two datasets passed to it as a trial&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 09:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108028#M22485</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2013-04-15T09:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Macro code Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108029#M22486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you are doing things a bit more complicated than needed.&lt;/P&gt;&lt;P&gt;Instead of passing a list of tables to the macro, just call the macro for each table. That will reduce the amount of logic within the macro, and therefore easier to maintain (and troubleshoot).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 10:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108029#M22486</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-04-15T10:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Macro code Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108030#M22487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linus,&lt;/P&gt;&lt;P&gt;I'm familiar with this application, and can promise you that this is just a test run.&amp;nbsp; There are actually more like 80 data sets to be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K,&lt;/P&gt;&lt;P&gt;You will have to attach the log if you want any help from the forum.&amp;nbsp; That's what tells us what went wrong.&amp;nbsp; If you didn't have the MPRINT option in place, you may need to re-run with it before posting the log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options MPRINT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 13:04:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108030#M22487</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2013-04-15T13:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Macro code Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108031#M22488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 or 80, does that matter?&lt;/P&gt;&lt;P&gt;The effort to write the call is about the same, just repeating the macro name...?&lt;/P&gt;&lt;P&gt;Even better, having all contributing tables in a lookup table, or reading the names from sashelp.vmember, you could use call execute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 14:00:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108031#M22488</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-04-15T14:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Macro code Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108032#M22489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This page has code to create a list of data sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sascommunity.org/wiki/Making_Lists" title="http://www.sascommunity.org/wiki/Making_Lists"&gt;http://www.sascommunity.org/wiki/Making_Lists&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This macro can be used to call a macro for each row in a data set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sascommunity.org/wiki/Macro_CallMacr" title="http://www.sascommunity.org/wiki/Macro_CallMacr"&gt;http://www.sascommunity.org/wiki/Macro_CallMacr&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ron Fehd&amp;nbsp; list processing maven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 16:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-code-Help/m-p/108032#M22489</guid>
      <dc:creator>Ron_MacroMaven</dc:creator>
      <dc:date>2013-04-15T16:51:58Z</dc:date>
    </item>
  </channel>
</rss>

