<?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 use in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394504#M95077</link>
    <description>&lt;PRE&gt;
CALL EXECUTE() also can be used under SAS/IML.

http://blogs.sas.com/content/iml/2015/01/14/global-statements-loops.html


&lt;/PRE&gt;</description>
    <pubDate>Sun, 10 Sep 2017 12:32:04 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-09-10T12:32:04Z</dc:date>
    <item>
      <title>call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394458#M95055</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is CALL EXECUTE used&amp;nbsp; only in DATA&amp;nbsp; _null_ step to generate SAS code? I am curious if it is used elsewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
	set sashelp.class;
	call execute(cats('this is test','=',name));
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 17:54:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394458#M95055</guid>
      <dc:creator>SAS_inquisitive</dc:creator>
      <dc:date>2017-09-09T17:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394460#M95056</link>
      <description>&lt;P&gt;CALL EXECUTE can be used only in a DATA step. &amp;nbsp;It doesn't have to be a DATA _NULL_ step, but it is likely to be ... if the purpose of the DATA step is to generate the SAS statements that need to run next, it is unlikely that you want to save the data produced by the same step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Experiment away. &amp;nbsp;You will find errors as you go, but you will get the hang of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 18:16:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394460#M95056</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-09-09T18:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394461#M95057</link>
      <description>&lt;P&gt;It's true that it is mostly used inside data _null_ steps but it's function is to generate SAS code so that's natural. If you want to learn more about Call Execute this paper is a good place to start&amp;nbsp;&lt;A href="http://www2.sas.com/proceedings/sugi22/CODERS/PAPER70.PDF" target="_blank"&gt;http://www2.sas.com/proceedings/sugi22/CODERS/PAPER70.PDF&lt;/A&gt; - it's an oldie but still valid plus it was written by the great Ian Whitlock, a name many of us SAS veterans will recognise...&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 18:21:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394461#M95057</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-09T18:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394468#M95062</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32246"&gt;@ChrisBrooks&lt;/a&gt;&amp;nbsp; Thank you for pointing to and sharing that article. It' amazing Ian's contributions are transcending generations. When I started my career as a SAS user 5 years ago, I was&amp;nbsp;advised to basically read and understand every post of Ian's in SAS-L however I learned he wasn't posting anymore by then. Nevertheless, Art T gave me an exclusive link to all of Ian's posts and that's simply invaluable. So yeah, I really was intriuged to leave a comment as your suggestion to OP brought me a smile. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 19:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394468#M95062</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2017-09-09T19:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394471#M95065</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138205"&gt;@novinosrin&lt;/a&gt;&amp;nbsp;I had the great good fortune to meet Ian Whitlock once. I was introduced to him and a number of other SAS luminaries at SUGI 30 in Philadelphia way back in 2005 during the course of a very convivial lunch. Like so many other SAS geniuses (genii?) he was a very quiet, modest man and ever since whenever I've mentored novice SAS programmers I've always told them "If you want to understand data step programming read everything you can find by Ian Whitlock"!&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 20:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394471#M95065</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-09T20:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394472#M95066</link>
      <description>&lt;P&gt;Thank you all.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138205"&gt;@novinosrin&lt;/a&gt;&amp;nbsp;Can you share that link?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 20:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394472#M95066</guid>
      <dc:creator>SAS_inquisitive</dc:creator>
      <dc:date>2017-09-09T20:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394474#M95067</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/64404"&gt;@SAS_inquisitive&lt;/a&gt;&amp;nbsp;I don't have that but if you click this link&amp;nbsp;&lt;A href="http://www.lexjansen.com/search/searchresults.php?q=ian%20whitlock" target="_blank"&gt;http://www.lexjansen.com/search/searchresults.php?q=ian%20whitlock&lt;/A&gt; you should find most, if not all, the papers he published over the years.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 21:27:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394474#M95067</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-09T21:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394478#M95068</link>
      <description>&lt;P&gt;If the paper doesn't cover it, also look into DOSUBL.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 00:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394478#M95068</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-10T00:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394479#M95069</link>
      <description>&lt;P&gt;Good point&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;- the paper was written long before DOSUBL existed. There is a subtle difference between the two which was explained here&amp;nbsp;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/difference-between-dosubl-and-call-excecute/td-p/168190" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/difference-between-dosubl-and-call-excecute/td-p/168190&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 00:09:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394479#M95069</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-10T00:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394504#M95077</link>
      <description>&lt;PRE&gt;
CALL EXECUTE() also can be used under SAS/IML.

http://blogs.sas.com/content/iml/2015/01/14/global-statements-loops.html


&lt;/PRE&gt;</description>
      <pubDate>Sun, 10 Sep 2017 12:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394504#M95077</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-09-10T12:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: call execute use</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394512#M95079</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/64404"&gt;@SAS_inquisitive&lt;/a&gt;: It's not a link but, rather, an Excel workbook that contains links to all of Ian's SAS-L posts over the years. I'd publish it, but Ian has never given me permission to do so, so I haven't. However, I have no problem sharing it as long as the recipient agrees not to make it publically available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 14:56:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-use/m-p/394512#M95079</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-09-10T14:56:48Z</dc:date>
    </item>
  </channel>
</rss>

