<?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: Log File Size in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411374#M26421</link>
    <description>Thank you for the guidance!</description>
    <pubDate>Tue, 07 Nov 2017 21:08:27 GMT</pubDate>
    <dc:creator>asimraja</dc:creator>
    <dc:date>2017-11-07T21:08:27Z</dc:date>
    <item>
      <title>Log File Size</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411248#M26412</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm executing some SAS code where my log file is quite large. My job stops and SAS Enterprise Guide gives me a useless error after the log file reaches a certain size. I am able to work around that by using a "proc printto" to create a log file not within SAS Enterprise Guide but on the Linux machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there something I can do to increase the log size in SAS Enterprise Guide? What is the default log size?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Grid Error Message.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16490i856C208C9D843210/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS Grid Error Message.jpg" alt="SAS Grid Error Message.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 16:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411248#M26412</guid>
      <dc:creator>asimraja</dc:creator>
      <dc:date>2017-11-07T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Size</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411333#M26415</link>
      <description>&lt;P&gt;Have no idea. Generally it seem like people redirect the logs away from E Guide, like you did, rather than increasing the log size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An old post about something similar....&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/Increase-the-log-in-the-EG/td-p/57472" target="_blank"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/Increase-the-log-in-the-EG/td-p/57472&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 19:39:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411333#M26415</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2017-11-07T19:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Size</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411355#M26417</link>
      <description>&lt;P&gt;When logs grow that large, it's usually a sign of bad code. Either there are erroneous put steps that fill the log, or steps are unnecessarily repeated instead of by group processing.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 20:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411355#M26417</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-07T20:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Size</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411361#M26418</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24010"&gt;@asimraja&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"The server is disconnected" actually indicates that the server session was disconnected, which will happen if a large enough&amp;nbsp;log is generated, such that the server session runs out of memory.&amp;nbsp; Proc printto is the suggested workaround.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: SAS 9.4M5 added log-streaming capability (can be turned on via internal "options iomlogautoflush;"), which will stream the log events back to the client as they occur, thus avoiding the buffering of the log events on the server&amp;nbsp;leading to the&amp;nbsp;out of memory condition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 20:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411361#M26418</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-11-07T20:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Size</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411374#M26421</link>
      <description>Thank you for the guidance!</description>
      <pubDate>Tue, 07 Nov 2017 21:08:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Log-File-Size/m-p/411374#M26421</guid>
      <dc:creator>asimraja</dc:creator>
      <dc:date>2017-11-07T21:08:27Z</dc:date>
    </item>
  </channel>
</rss>

