<?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 logs in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647688#M193865</link>
    <description>thank you ))) i will try</description>
    <pubDate>Thu, 14 May 2020 06:13:00 GMT</pubDate>
    <dc:creator>olgazabelinasas</dc:creator>
    <dc:date>2020-05-14T06:13:00Z</dc:date>
    <item>
      <title>how NOT to create log at all?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647367#M193736</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I use SAS Studio.&lt;BR /&gt;I start the process through the "Background Submittion" button.&lt;/P&gt;
&lt;P&gt;And then a very large log is created, which I absolutely do not need &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Tell me, is there a command &lt;U&gt;&lt;STRONG&gt;that prohibits creating a log at all&lt;/STRONG&gt;&lt;/U&gt;?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;So I inserted this command at the beginning of the process and started it again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647367#M193736</guid>
      <dc:creator>olgazabelinasas</dc:creator>
      <dc:date>2020-05-13T08:46:20Z</dc:date>
    </item>
    <item>
      <title>problems with logs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647366#M193739</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I use SAS Studio.&lt;BR /&gt;I start the process through the "Background Submittion" button.&lt;/P&gt;
&lt;P&gt;And then a very large log is created, which I absolutely do not need &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Tell me, is there a command &lt;U&gt;&lt;STRONG&gt;that prohibits creating a log at all&lt;/STRONG&gt;&lt;/U&gt;?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;So I inserted this command at the beginning of the process and started it again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:44:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647366#M193739</guid>
      <dc:creator>olgazabelinasas</dc:creator>
      <dc:date>2020-05-13T08:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: how NOT to create log at all?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647369#M193738</link>
      <description>&lt;P&gt;There is no way we can avoid creating the log, its a default&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647369#M193738</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-05-13T08:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: how NOT to create log at all?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647370#M193740</link>
      <description>&lt;P&gt;Use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nosource nonotes;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to reduce the log to only WARNINGs and ERRORs. But keep in mind that this complicates debugging.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647370#M193740</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-13T08:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: problems with logs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647371#M193741</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/328117"&gt;@olgazabelinasas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are some interesting options such as NOSOURCE or NONOTES to suppress information from the log-&amp;gt; please find here a more extensive description:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=basess&amp;amp;docsetTarget=p0rgzxi5r1euj0n14epck6v9l2hm.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=basess&amp;amp;docsetTarget=p0rgzxi5r1euj0n14epck6v9l2hm.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, keep in mind that the log is a great effective problem-solving tool.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So I would suggest to use this kind option only in "production", once the program you've developed has already been debugged.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647371#M193741</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-13T08:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: how NOT to create log at all?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647382#M193748</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;maybe this will help:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* "turn-off" the log */
filename f DUMMY;
proc printto log=f;
run;&lt;BR /&gt;
/* put wahatever you want here */
data test;
 x = 17;
 putlog x=;
run;
data 123;&lt;BR /&gt;run;
/* put wahatever you want here */

/* restore log */
proc printto;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You will get: no info, no notes, no source, no warnings, and no errors at all.&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 10:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647382#M193748</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2020-05-13T10:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: how NOT to create log at all?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647686#M193863</link>
      <description>thank you!!!</description>
      <pubDate>Thu, 14 May 2020 06:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647686#M193863</guid>
      <dc:creator>olgazabelinasas</dc:creator>
      <dc:date>2020-05-14T06:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: how NOT to create log at all?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647687#M193864</link>
      <description>thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 14 May 2020 06:12:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647687#M193864</guid>
      <dc:creator>olgazabelinasas</dc:creator>
      <dc:date>2020-05-14T06:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: problems with logs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647688#M193865</link>
      <description>thank you ))) i will try</description>
      <pubDate>Thu, 14 May 2020 06:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647688#M193865</guid>
      <dc:creator>olgazabelinasas</dc:creator>
      <dc:date>2020-05-14T06:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: how NOT to create log at all?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647689#M193866</link>
      <description>thank you</description>
      <pubDate>Thu, 14 May 2020 06:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-NOT-to-create-log-at-all/m-p/647689#M193866</guid>
      <dc:creator>olgazabelinasas</dc:creator>
      <dc:date>2020-05-14T06:13:19Z</dc:date>
    </item>
  </channel>
</rss>

