<?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: putlog in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770584#M244494</link>
    <description>Maybe your log has been redirected. There are many reasons.  Please share code and log!</description>
    <pubDate>Mon, 27 Sep 2021 08:59:44 GMT</pubDate>
    <dc:creator>AllanBowe</dc:creator>
    <dc:date>2021-09-27T08:59:44Z</dc:date>
    <item>
      <title>putlog - nothing is written to the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770555#M244479</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;I am using putlog_all_ after set statement and nothing is written to the log.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;BlueBlue&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 11:43:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770555#M244479</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-09-27T11:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: putlog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770557#M244481</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202329"&gt;@GN0001&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;I am using putlog_all_ after set statement and nothing is written to the log.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;BlueBlue&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please show the log.&lt;/P&gt;
&lt;P&gt;Remember that most data steps do not end at the end of the step. Instead they end when SAS reads past the end of the input.&amp;nbsp; Most likely the input dataset has zero observations.&amp;nbsp; The NOTEs in the SAS log should show that.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 02:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770557#M244481</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-09-27T02:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: putlog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770558#M244482</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;I am using putlog_all_ after set statement and nothing is written to the log.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a space and a semi-colon in your code?&lt;/P&gt;
&lt;P&gt;Do you have data in your data set (after a possible WHERE clause is applied) ?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 02:14:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770558#M244482</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-09-27T02:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: putlog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770569#M244488</link>
      <description>&lt;P&gt;Please post the whole log of the data step.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 05:25:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770569#M244488</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-09-27T05:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: putlog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770584#M244494</link>
      <description>Maybe your log has been redirected. There are many reasons.  Please share code and log!</description>
      <pubDate>Mon, 27 Sep 2021 08:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770584#M244494</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2021-09-27T08:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: putlog - nothing is written to the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770612#M244499</link>
      <description>&lt;P&gt;Try add these options :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;options notes source source2;&lt;/STRONG&gt;

data have;
input Word    &amp;amp; $40.                                 contains $;
putlog _all_;
cards;
the best gift                           gift
SAS programming                SAS
apt no: 12356                       12356
;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Sep 2021 12:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/770612#M244499</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-09-27T12:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: putlog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/774772#M246266</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I can't remember it, because I posted a long time ago and I couldn't chance to get back to this post, unfortunately.&lt;/P&gt;
&lt;P&gt;Thank for your response.&lt;/P&gt;
&lt;P&gt;blue&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 22:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/putlog-nothing-is-written-to-the-log/m-p/774772#M246266</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-10-17T22:23:34Z</dc:date>
    </item>
  </channel>
</rss>

