<?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 alias in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sysfunc-alias/m-p/971163#M377266</link>
    <description>&lt;P&gt;Well, you could make one, e.g.,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro s;
	%sysfunc
%mend;

** testing... ;
%let chk=one two three four;

%let nc=%s(countW(&amp;amp;chk,' '));

%put &amp;amp;=nc;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;...but if you're using %sysfunc so much that you need a shortcut for it, there might be better ways to do things.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Jul 2025 01:55:04 GMT</pubDate>
    <dc:creator>quickbluefish</dc:creator>
    <dc:date>2025-07-20T01:55:04Z</dc:date>
    <item>
      <title>sysfunc alias</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sysfunc-alias/m-p/971162#M377265</link>
      <description>&lt;P&gt;Is there are some alias for %sysfunc() key word? Somethin like %s? Sysfunc to long to write and read.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jul 2025 00:56:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sysfunc-alias/m-p/971162#M377265</guid>
      <dc:creator>TimurShangareev</dc:creator>
      <dc:date>2025-07-20T00:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: sysfunc alias</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sysfunc-alias/m-p/971163#M377266</link>
      <description>&lt;P&gt;Well, you could make one, e.g.,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro s;
	%sysfunc
%mend;

** testing... ;
%let chk=one two three four;

%let nc=%s(countW(&amp;amp;chk,' '));

%put &amp;amp;=nc;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;...but if you're using %sysfunc so much that you need a shortcut for it, there might be better ways to do things.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jul 2025 01:55:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sysfunc-alias/m-p/971163#M377266</guid>
      <dc:creator>quickbluefish</dc:creator>
      <dc:date>2025-07-20T01:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: sysfunc alias</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sysfunc-alias/m-p/971169#M377272</link>
      <description>&lt;P&gt;In most (all?) SAS interfaces that I know of you can create an abbreviation, so if you type the abbreviation and press ENTER, whatever text you designated to go with that abbreviation will be inserted. So for example, I have the abbreviation ohc (just those three letters) and when I type ohc and press ENTER the text &lt;FONT face="courier new,courier"&gt;ods html close;&lt;/FONT&gt; appears in my code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you could create the abbreviation %sf, for example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create abbreviation/alias for any code you want.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jul 2025 13:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sysfunc-alias/m-p/971169#M377272</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-07-20T13:13:18Z</dc:date>
    </item>
  </channel>
</rss>

