<?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: Can't understand why this proc fcmp doen't work in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878436#M347059</link>
    <description>&lt;P&gt;Very strange. I don't know why, but it looks like you get this message for any function name that begins CONVERT. For example, CONVERT and CONVERTABC will give the same error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only workaround I know is to use a different name, such as TrueFalseConvert. Or add an underscore, as you suggest.&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 14:13:46 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2023-05-31T14:13:46Z</dc:date>
    <item>
      <title>Can't understand why this proc fcmp doen't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878410#M347050</link>
      <description>&lt;DIV&gt;proc fcmp outlib=work.function_hulk.util_hulk;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;function convertTrueFalse(booleantext $) $;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;length tmp $100;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;tmp='';&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return (tmp);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;endsub;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And the log...&lt;/DIV&gt;&lt;DIV&gt;ERROR: The product with which the function/subroutine is associated is either not licensed for your system or the product license has expired. Please contact your SAS installation representative.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But if I change the name of the function to &lt;STRONG&gt;_convertTrueFalse&amp;nbsp;&lt;/STRONG&gt;i works? WHY?&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 May 2023 13:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878410#M347050</guid>
      <dc:creator>LtRogers</dc:creator>
      <dc:date>2023-05-31T13:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can't understand why this proc fcmp doen't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878436#M347059</link>
      <description>&lt;P&gt;Very strange. I don't know why, but it looks like you get this message for any function name that begins CONVERT. For example, CONVERT and CONVERTABC will give the same error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only workaround I know is to use a different name, such as TrueFalseConvert. Or add an underscore, as you suggest.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 14:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878436#M347059</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-05-31T14:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can't understand why this proc fcmp doen't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878439#M347060</link>
      <description>&lt;P&gt;Sounds like you hit upon a function name which is used in some other product - I cannot seem to find anything about that function name, though, so it may be some prototype stuff that has not yet come into production, and quite possibly never will.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 14:16:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878439#M347060</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2023-05-31T14:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't understand why this proc fcmp doen't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878454#M347063</link>
      <description>&lt;P&gt;In case anyone is concerned about the scope of this problem, it does not occur on the two most recent releases, namely SAS Viya and SAS 9.4M8. I was able to see the error in SAS 9.4M6, so it must have been fixed in M7 or M8.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 15:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878454#M347063</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-05-31T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't understand why this proc fcmp doen't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878459#M347066</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In case anyone is concerned about the scope of this problem, it does not occur on the two most recent releases, namely SAS Viya and SAS 9.4M8. I was able to see the error in SAS 9.4M6, so it must have been fixed in M7 or M8.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;To add a lower limit for the release number: I did &lt;EM&gt;not&lt;/EM&gt; get the error with SAS 9.4M&lt;STRONG&gt;5&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 15:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878459#M347066</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2023-05-31T15:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can't understand why this proc fcmp doen't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878505#M347090</link>
      <description>&lt;P&gt;Maybe not relevant for your use case (a fortiori because your problem is already solved).&lt;/P&gt;
&lt;P&gt;Just adding this for people searching the SAS Communities with "PROC FCMP" keywords.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Five Reasons to Swipe Right on PROC FCMP&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Upcoming-Events/Five-Reasons-to-Swipe-Right-on-PROC-FCMP/ev-p/878500" target="_blank"&gt;https://communities.sas.com/t5/Upcoming-Events/Five-Reasons-to-Swipe-Right-on-PROC-FCMP/ev-p/878500&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 17:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-understand-why-this-proc-fcmp-doen-t-work/m-p/878505#M347090</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-05-31T17:42:16Z</dc:date>
    </item>
  </channel>
</rss>

