<?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: Problems with Proc FCMP recursion and tranwrd in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122740#M25206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you make it work with two arguments to your call routine.&amp;nbsp; Where in and out are different variables.&amp;nbsp;&amp;nbsp; That might "fix" the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2013 16:26:15 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2013-01-11T16:26:15Z</dc:date>
    <item>
      <title>Problems with Proc FCMP recursion and tranwrd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122735#M25201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a problem with a recursive subroutine in proc FCMP, which I'm using as an example in some training I'm doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is designed to get rid of multiple commas in a string.&amp;nbsp; The function works fine for me if I copy it into standard data step code, but returns 'gobbldygook' characters when using FCMP and recursion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code illustrates:&amp;nbsp; Dataset A comes back with the following value in variable teststring: " &lt;SPAN style="color: #222222; font-family: Arial; background-color: #ffffff;"&gt;dÐdÐ,Dave,James,Bob".&amp;nbsp; I've tried variations on the code, and the first 5 characters always come out as random special characters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dataset B comes back with the correct string: "John,Jim,Dave,James,Bob"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd really appreciate any help in understanding why it's not working properly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;options&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;cmplib&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;=work.myfuncs;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style=": ; color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;fcmp&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; outlib = work.myfuncs.mylib;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;subroutine decomma(mystring $);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outargs mystring;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mystring = tranwrd(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;",,"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;","&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a = index(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;",,"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if a &amp;gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: teal; font-size: 10pt; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; then call decomma(mystring);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;endsub;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style=": ; color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style=": ; color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; a;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;teststring = &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;"John,,,Jim,,Dave,,,James,Bob"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;call&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; decomma(teststring);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style=": ; color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style=": ; color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; b;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;mystring = &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;"John,,,Jim,,Dave,,,James,Bob"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;mystring = tranwrd(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;",,"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;","&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;mystring = tranwrd(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;",,"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;","&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;mystring = tranwrd(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;",,"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;","&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;mystring = tranwrd(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;",,"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;","&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;mystring = tranwrd(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;",,"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;","&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;mystring = tranwrd(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;",,"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 10pt; font-family: 'Courier New';"&gt;","&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style=": ; color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 11:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122735#M25201</guid>
      <dc:creator>RobinL</dc:creator>
      <dc:date>2013-01-11T11:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Proc FCMP recursion and tranwrd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122736#M25202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tested your programm using SAS 9.2 M3 and 9.3 M2. It seems to be a bug in 9.2, code works without any problem in 9.3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 13:06:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122736#M25202</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2013-01-11T13:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Proc FCMP recursion and tranwrd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122737#M25203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need recursion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;data&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;_null_&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; mystring = &lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"John,,,Jim,,Dave,,,James,Bob"&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;do&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;while&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;(index(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;',,'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;));&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mystring = tranwrd(mystring,&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;',,'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;','&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;end&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;put&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; mystring=;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 14:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122737#M25203</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-01-11T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Proc FCMP recursion and tranwrd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122738#M25204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much for the responses.&amp;nbsp; You're right that recursion is not needed here - it's an example I'm using in a training exercise to demonstrate the principle of recursion, and the fact it's possible to use it in SAS.&amp;nbsp; Unfortunately, since it's buggy in my version of SAS, it appears that it's not a very example!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 16:03:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122738#M25204</guid>
      <dc:creator>RobinL</dc:creator>
      <dc:date>2013-01-11T16:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Proc FCMP recursion and tranwrd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122739#M25205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the testing.&amp;nbsp; So it appears that from a SAS code point of view, there isn't actually a mistake, and it's a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 16:04:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122739#M25205</guid>
      <dc:creator>RobinL</dc:creator>
      <dc:date>2013-01-11T16:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Proc FCMP recursion and tranwrd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122740#M25206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you make it work with two arguments to your call routine.&amp;nbsp; Where in and out are different variables.&amp;nbsp;&amp;nbsp; That might "fix" the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 16:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122740#M25206</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-01-11T16:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Proc FCMP recursion and tranwrd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122741#M25207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try that when I'm back at work next week.&amp;nbsp; I've now been able to test on a different v9.2 system with no problems, and it seems to be a bug with the specific version of SAS I'm using.&amp;nbsp; Thanks again for replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2013 09:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-with-Proc-FCMP-recursion-and-tranwrd/m-p/122741#M25207</guid>
      <dc:creator>RobinL</dc:creator>
      <dc:date>2013-01-12T09:19:38Z</dc:date>
    </item>
  </channel>
</rss>

