<?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: Debugging Proc FCMP - put does not print to the log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754285#M237827</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/38290"&gt;@christoph_hofme&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does using the &lt;FONT face="courier new,courier"&gt;putlog&lt;/FONT&gt; statement in place of the &lt;FONT face="courier new,courier"&gt;put&lt;/FONT&gt; statement make any difference?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jul 2021 11:54:53 GMT</pubDate>
    <dc:creator>Amir</dc:creator>
    <dc:date>2021-07-15T11:54:53Z</dc:date>
    <item>
      <title>Debugging Proc FCMP - put does not print to the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754277#M237823</link>
      <description>&lt;P&gt;the following code&lt;/P&gt;&lt;P&gt;proc fcmp ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; X = 3 ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Y = 4 ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put "some text" @ ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put X= ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put _ALL_ ;&lt;BR /&gt;run ;&lt;/P&gt;&lt;P&gt;does not generate any output in the log. By redirecting the output like this&lt;/P&gt;&lt;P&gt;ods listing file='~/FCMPOUT.txt';&lt;BR /&gt;proc fcmp ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; X = 3 ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Y = 4 ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put "some text" @ ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put X= ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put _ALL_ ;&lt;BR /&gt;run ;&lt;BR /&gt;ods listing close;&lt;/P&gt;&lt;P&gt;the output is written to the text file:&lt;/P&gt;&lt;P&gt;some text X=3&lt;BR /&gt;X=3 Y=4&lt;/P&gt;&lt;P&gt;Is there any way to send this directly to the log ?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 11:42:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754277#M237823</guid>
      <dc:creator>christoph_hofme</dc:creator>
      <dc:date>2021-07-15T11:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Proc FCMP - put does not print to the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754285#M237827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/38290"&gt;@christoph_hofme&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does using the &lt;FONT face="courier new,courier"&gt;putlog&lt;/FONT&gt; statement in place of the &lt;FONT face="courier new,courier"&gt;put&lt;/FONT&gt; statement make any difference?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 11:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754285#M237827</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2021-07-15T11:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Proc FCMP - put does not print to the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754287#M237829</link>
      <description>&lt;P&gt;Hallo&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/38290"&gt;@christoph_hofme&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities (as a poster)!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Insert the line&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;file log;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;between the PROC FCMP statement and the first PUT statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 12:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754287#M237829</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-07-15T12:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Proc FCMP - put does not print to the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754292#M237832</link>
      <description>Just what I was looking for. Thanks!</description>
      <pubDate>Thu, 15 Jul 2021 12:23:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754292#M237832</guid>
      <dc:creator>christoph_hofme</dc:creator>
      <dc:date>2021-07-15T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Proc FCMP - put does not print to the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754294#M237834</link>
      <description>PUTLOG seems not to be working with Proc FCMP. Thanks anyway!</description>
      <pubDate>Thu, 15 Jul 2021 12:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Debugging-Proc-FCMP-put-does-not-print-to-the-log/m-p/754294#M237834</guid>
      <dc:creator>christoph_hofme</dc:creator>
      <dc:date>2021-07-15T12:24:09Z</dc:date>
    </item>
  </channel>
</rss>

