<?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: call execute or SAS macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161225#M31365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My thoughts, call execute is preferable when your macro is driven by data that is stored in a data set. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2014 17:48:15 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-12-23T17:48:15Z</dc:date>
    <item>
      <title>call execute or SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161224#M31364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have come across some sas papers that emphasizes the use of call execute rather than SAS macro.&amp;nbsp; Are there any specific circumstances where call execute is more preferable than&amp;nbsp; SAS macro.&amp;nbsp; Thanks for your insights.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 16:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161224#M31364</guid>
      <dc:creator>kaushal2040</dc:creator>
      <dc:date>2014-12-23T16:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: call execute or SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161225#M31365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My thoughts, call execute is preferable when your macro is driven by data that is stored in a data set. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 17:48:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161225#M31365</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-23T17:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: call execute or SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161226#M31366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give an example?&amp;nbsp; Do you mean use of data step interface such as call symput?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 17:59:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161226#M31366</guid>
      <dc:creator>kaushal2040</dc:creator>
      <dc:date>2014-12-23T17:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: call execute or SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161227#M31367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the point of call execute is to avoid call symput and the creation of extra macro variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may not be the best example but suppose you need to read in multiple text files from DIFFERENT* directories all with the same file structure. &lt;/P&gt;&lt;P&gt;You can use OS commands to generate a list of all the files and store that in a dataset, so you now have a dataset (FILELIST1) that contains all the files you need to read. If you used a macro to loop you'd need to create macro variables for each filename and loop through. &lt;/P&gt;&lt;P&gt;If you used call execute you could feed the filename as a variable to a different macro without having to create the macro variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*If the files were in the same directory wildcards allow for a more efficient solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 18:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161227#M31367</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-23T18:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: call execute or SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161228#M31368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could save yourself some time by looking at the examples in the online documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 18:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161228#M31368</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-12-23T18:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: call execute or SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161229#M31369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data_null_;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also looking at the video of power of call execute.&amp;nbsp; I still don't think I can use in my case.&amp;nbsp; So getting insights from SAS gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 19:08:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161229#M31369</guid>
      <dc:creator>kaushal2040</dc:creator>
      <dc:date>2014-12-23T19:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: call execute or SAS macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161230#M31370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a specific case in mind, you should ask that case. There are always so many alternatives beyond even call execute and macros. In fact, I go out of my way to avoid both in most cases. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 21:58:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-or-SAS-macro/m-p/161230#M31370</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-23T21:58:11Z</dc:date>
    </item>
  </channel>
</rss>

