<?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 FCMP functions in PROC SQL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/FCMP-functions-in-PROC-SQL/m-p/790654#M253165</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;Good morning, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;We have a question about FCMP functions,&lt;BR /&gt;Do you know how functions defined with FCMP can be used in an PROC SQL? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;We didn't find much documentation about it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jan 2022 10:28:38 GMT</pubDate>
    <dc:creator>Cristina_Garcia</dc:creator>
    <dc:date>2022-01-18T10:28:38Z</dc:date>
    <item>
      <title>FCMP functions in PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FCMP-functions-in-PROC-SQL/m-p/790654#M253165</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Good morning, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;We have a question about FCMP functions,&lt;BR /&gt;Do you know how functions defined with FCMP can be used in an PROC SQL? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;We didn't find much documentation about it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 10:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FCMP-functions-in-PROC-SQL/m-p/790654#M253165</guid>
      <dc:creator>Cristina_Garcia</dc:creator>
      <dc:date>2022-01-18T10:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: FCMP functions in PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FCMP-functions-in-PROC-SQL/m-p/790658#M253166</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/n0pio2crltpr35n1ny010zrfbvc9.htm" target="_blank" rel="noopener"&gt;Overview: FCMP Procedure&lt;/A&gt;&amp;nbsp;says yes. Scroll down to the list of procedures.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 10:42:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FCMP-functions-in-PROC-SQL/m-p/790658#M253166</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-01-18T10:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: FCMP functions in PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FCMP-functions-in-PROC-SQL/m-p/790659#M253167</link>
      <description>&lt;P&gt;Maxim 4: Try It.&lt;/P&gt;
&lt;P&gt;Run this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc fcmp outlib=work.funcs.myfunc;
function mytest(n);
x = n * 3;
return(x);
endsub;
quit;

options cmplib=work.funcs;

proc sql;
select mytest(age) from sashelp.class;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Jan 2022 10:47:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FCMP-functions-in-PROC-SQL/m-p/790659#M253167</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-01-18T10:47:42Z</dc:date>
    </item>
  </channel>
</rss>

