<?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: Maximum Log size has been exceeded in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Maximum-Log-size-has-been-exceeded/m-p/965351#M375831</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried the options in the SAS page&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001906177.htm" target="_blank" rel="noopener"&gt;Suppressing Information to the SAS Log&lt;/A&gt;&amp;nbsp;?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively,&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p1hwvc03z4tqlkn1owzhzo8e7ulu.htm" target="_blank" rel="noopener"&gt;proc printto&lt;/A&gt;&amp;nbsp;can be used to redirect the log to an external file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2025 11:58:07 GMT</pubDate>
    <dc:creator>Amir</dc:creator>
    <dc:date>2025-04-29T11:58:07Z</dc:date>
    <item>
      <title>Maximum Log size has been exceeded</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Maximum-Log-size-has-been-exceeded/m-p/965271#M375816</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I run long sas program.&lt;/P&gt;
&lt;P&gt;In Log I see a message: :Maximum Log size has been exceeded"&lt;/P&gt;
&lt;P&gt;My question-&lt;/P&gt;
&lt;P&gt;I still want to see in Log the step of running and if there is any error or warning.&lt;/P&gt;
&lt;P&gt;What should I write (code) in order to see the Log but in short?&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="Ronein_0-1745859191867.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/106572i59EFE1FF01EBCA0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ronein_0-1745859191867.png" alt="Ronein_0-1745859191867.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 16:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Maximum-Log-size-has-been-exceeded/m-p/965271#M375816</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2025-04-28T16:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Log size has been exceeded</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Maximum-Log-size-has-been-exceeded/m-p/965351#M375831</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried the options in the SAS page&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001906177.htm" target="_blank" rel="noopener"&gt;Suppressing Information to the SAS Log&lt;/A&gt;&amp;nbsp;?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively,&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p1hwvc03z4tqlkn1owzhzo8e7ulu.htm" target="_blank" rel="noopener"&gt;proc printto&lt;/A&gt;&amp;nbsp;can be used to redirect the log to an external file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 11:58:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Maximum-Log-size-has-been-exceeded/m-p/965351#M375831</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2025-04-29T11:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Log size has been exceeded</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Maximum-Log-size-has-been-exceeded/m-p/965391#M375841</link>
      <description>&lt;P&gt;WHY is your log size so large?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are getting lots of warnings such as invalid data messages from a data step?&lt;/P&gt;
&lt;P&gt;Are you specifically writing stuff to the log?&lt;/P&gt;
&lt;P&gt;A macro loop that generates 100,000 calls to a procedure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you open the log externally as suggested? Can you discuss the contents? Several of the above types of log entries can be reduced or indicate that your code needs adjustment. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 21:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Maximum-Log-size-has-been-exceeded/m-p/965391#M375841</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2025-04-29T21:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Log size has been exceeded</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Maximum-Log-size-has-been-exceeded/m-p/965393#M375842</link>
      <description>&lt;P&gt;This &lt;A href="https://communities.sas.com/t5/SAS-Programming/Pop-up-message-quot-log-Window-is-full-select-a-choice-quot/m-p/961293" target="_blank" rel="noopener"&gt;post&lt;/A&gt; includes a number of suggestions that will help including setting the DMSLOGSIZE option to MAX.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 21:17:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Maximum-Log-size-has-been-exceeded/m-p/965393#M375842</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-04-29T21:17:51Z</dc:date>
    </item>
  </channel>
</rss>

