<?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: &amp;quot;Log window full&amp;quot; in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50233#M13677</link>
    <description>&amp;gt; You can also bypass this problem by running the&lt;BR /&gt;
&amp;gt; program in batch mode: from a command line type SAS&lt;BR /&gt;
&amp;gt; -SYSIN "mysasprog.sas"&lt;BR /&gt;
&lt;BR /&gt;
Which should also generate a log file you can review at need.</description>
    <pubDate>Thu, 14 Apr 2011 16:55:49 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2011-04-14T16:55:49Z</dc:date>
    <item>
      <title>"Log window full"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50229#M13673</link>
      <description>Hi ,&lt;BR /&gt;
&lt;BR /&gt;
I have a code that when run, the log window gets full and stop the run till I clear the log.&lt;BR /&gt;
&lt;BR /&gt;
I would like to run the code overnight and clear the log window automatically but still be able to see the log output in the morning.&lt;BR /&gt;
&lt;BR /&gt;
Do you know what line of code should I add in order to clear log automatically but still saving the ouptut of the log somewhere?</description>
      <pubDate>Wed, 13 Apr 2011 22:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50229#M13673</guid>
      <dc:creator>sasuser1000</dc:creator>
      <dc:date>2011-04-13T22:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: "Log window full"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50230#M13674</link>
      <description>Try to use proc printto to redirect the log to a txt file.&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc printto log='c:\log.txt';&lt;BR /&gt;
run;&lt;BR /&gt;
....your proc....&lt;BR /&gt;
proc printto ;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp

Message was edited by: Ksharp</description>
      <pubDate>Thu, 14 Apr 2011 00:54:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50230#M13674</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-04-14T00:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: "Log window full"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50231#M13675</link>
      <description>Try to use proc printto to redirect the log to a txt file.&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc printto log='c:\log.txt';&lt;BR /&gt;
run;&lt;BR /&gt;
....your proc ....&lt;BR /&gt;
proc printto ;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp

Message was edited by: Ksharp</description>
      <pubDate>Thu, 14 Apr 2011 00:55:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50231#M13675</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-04-14T00:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: "Log window full"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50232#M13676</link>
      <description>You can also bypass this problem by running the program in batch mode: from a command line type SAS -SYSIN "mysasprog.sas"</description>
      <pubDate>Thu, 14 Apr 2011 02:22:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50232#M13676</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2011-04-14T02:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: "Log window full"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50233#M13677</link>
      <description>&amp;gt; You can also bypass this problem by running the&lt;BR /&gt;
&amp;gt; program in batch mode: from a command line type SAS&lt;BR /&gt;
&amp;gt; -SYSIN "mysasprog.sas"&lt;BR /&gt;
&lt;BR /&gt;
Which should also generate a log file you can review at need.</description>
      <pubDate>Thu, 14 Apr 2011 16:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Log-window-full-quot/m-p/50233#M13677</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-04-14T16:55:49Z</dc:date>
    </item>
  </channel>
</rss>

