<?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: Suppressing output written to log window from procedures in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Suppressing-output-written-to-log-window-from-procedures/m-p/213818#M16070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001906177.htm" title="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001906177.htm"&gt;Step-by-Step Programming with Base SAS(R) Software&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2015 06:59:34 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2015-05-13T06:59:34Z</dc:date>
    <item>
      <title>Suppressing output written to log window from procedures</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Suppressing-output-written-to-log-window-from-procedures/m-p/213817#M16069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a task, that uses proc nlin up to 10000 times (wrapped in a by statement). I think I remember from PC SAS days, that I could turn off ALL output from proc nlin (and other procs), but in EG (6.1) I do not seem to be able to find the option to do so. It has the consequnce, that when I click on the log tab, the log is so big, that it seriously slows down opening it, and in cases it has crashed EG (or I ended it myself).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone remembers/knows how to turn off EVERYTHING from proc nlin?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Poul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 05:48:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Suppressing-output-written-to-log-window-from-procedures/m-p/213817#M16069</guid>
      <dc:creator>PoulRavn</dc:creator>
      <dc:date>2015-05-13T05:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing output written to log window from procedures</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Suppressing-output-written-to-log-window-from-procedures/m-p/213818#M16070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001906177.htm" title="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001906177.htm"&gt;Step-by-Step Programming with Base SAS(R) Software&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 06:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Suppressing-output-written-to-log-window-from-procedures/m-p/213818#M16070</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-13T06:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing output written to log window from procedures</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Suppressing-output-written-to-log-window-from-procedures/m-p/213819#M16071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or re-direct LOG into an file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc printto log='c:\temp\temp.log' ; run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;..... Your Code ........&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc printto;run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: xia keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 13:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Suppressing-output-written-to-log-window-from-procedures/m-p/213819#M16071</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-05-13T13:37:07Z</dc:date>
    </item>
  </channel>
</rss>

