<?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: %sysfunc in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236200#M43262</link>
    <description>&lt;P&gt;Would it be possible to elaborate on what you are trying to accomplish with the function ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2015 14:25:37 GMT</pubDate>
    <dc:creator>kannand</dc:creator>
    <dc:date>2015-11-24T14:25:37Z</dc:date>
    <item>
      <title>%sysfunc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236167#M43252</link>
      <description>&lt;P&gt;Can I use all datastep function in macro using %sysfunc??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR do we have limited function where I can use with %sysfunc??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236167#M43252</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2015-11-24T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: %sysfunc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236170#M43253</link>
      <description>&lt;P&gt;RTM&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/67912/HTML/default/p1o13d7wb2zfcnn19s5ssl2zdxvi.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/mcrolref/67912/HTML/default/p1o13d7wb2zfcnn19s5ssl2zdxvi.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:31:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236170#M43253</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-11-24T11:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: %sysfunc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236171#M43254</link>
      <description>&lt;P&gt;There are exceptions. Please see the list of "&lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/62978/HTML/default/viewer.htm#p1o13d7wb2zfcnn19s5ssl2zdxvi.htm" target="_blank"&gt;SAS Functions Not Available with %SYSFUNC and %QSYSFUNC&lt;/A&gt;" in the documentation.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:33:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236171#M43254</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2015-11-24T11:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: %sysfunc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236176#M43256</link>
      <description>&lt;P&gt;A more important question than "&lt;SPAN&gt;do we have limited function where I can use with %sysfunc?", is when is it a good idea to go down that route. &amp;nbsp;Sysfunc is a great command, and useful in many situations, but if you find your using it a lot, then you may want to look at your code and see if it can be written in such a way as to be more readble. &amp;nbsp;To often things like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;%sysfunc(intnx(%sysfunc(input(...),%sysfunc(...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is used just to squeeze normal Base SAS code into macro form. &amp;nbsp;I rarely come across situations where base SAS cannot do something far simpler, and easier to read.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:45:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236176#M43256</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-11-24T11:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: %sysfunc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236197#M43261</link>
      <description>&lt;P&gt;There are limited SAS functions that can be used with %sysfunc, and there are also macro specific functions you can use without the %sysfunc.&amp;nbsp; I would suggest looking at the documentation that has been provided to determine which function you want and if it's already a macro function, or if you can use it inside a %sysfunc.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 14:09:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236197#M43261</guid>
      <dc:creator>dcruik</dc:creator>
      <dc:date>2015-11-24T14:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: %sysfunc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236200#M43262</link>
      <description>&lt;P&gt;Would it be possible to elaborate on what you are trying to accomplish with the function ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 14:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sysfunc/m-p/236200#M43262</guid>
      <dc:creator>kannand</dc:creator>
      <dc:date>2015-11-24T14:25:37Z</dc:date>
    </item>
  </channel>
</rss>

