<?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 Stop SAS EG when maximum size exceeds in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/524754#M32780</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am looking for a way to put a maximum size limit on my SAS EG so that if code ever loops, the project/query stops with an error (mentioning excess size hopefully).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw another article where someone has this as an error when their size went over 5MB and they turned off project logs, but I don't see an option to actually set it up with size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use SAS EG7.1 on a corporate network which I believe is connected to&amp;nbsp;a remote server.&lt;/P&gt;&lt;P&gt;They send an automatic email if the maximum work library size has exceeded and I have asked them as well if this is a possible solution available&amp;nbsp;on the remote server side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jan 2019 22:52:23 GMT</pubDate>
    <dc:creator>amity21</dc:creator>
    <dc:date>2019-01-04T22:52:23Z</dc:date>
    <item>
      <title>Stop SAS EG when maximum size exceeds</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/524754#M32780</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am looking for a way to put a maximum size limit on my SAS EG so that if code ever loops, the project/query stops with an error (mentioning excess size hopefully).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw another article where someone has this as an error when their size went over 5MB and they turned off project logs, but I don't see an option to actually set it up with size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use SAS EG7.1 on a corporate network which I believe is connected to&amp;nbsp;a remote server.&lt;/P&gt;&lt;P&gt;They send an automatic email if the maximum work library size has exceeded and I have asked them as well if this is a possible solution available&amp;nbsp;on the remote server side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 22:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/524754#M32780</guid>
      <dc:creator>amity21</dc:creator>
      <dc:date>2019-01-04T22:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Stop SAS EG when maximum size exceeds</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/524908#M32787</link>
      <description>&lt;P&gt;The size of 5 MB mentioned is about SAS logs. There are ways and means to overcome this.&lt;BR /&gt;What size you want to limit?&lt;/P&gt;&lt;P&gt;Need clarity on this.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 16:56:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/524908#M32787</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2019-01-06T16:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stop SAS EG when maximum size exceeds</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/524926#M32788</link>
      <description>&lt;P&gt;If your code loops then it is good practice to set upper limits so it cannot go beyond these. Code does not loop unless you have logic to cause it. It would be helpful if you posted an example of the type of looping you have.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 20:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/524926#M32788</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-01-06T20:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Stop SAS EG when maximum size exceeds</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/524992#M32790</link>
      <description>&lt;P&gt;Applying ab observation limit will work, but most looping happens when I overlook something. For example, doing a join of two tables creating a huge amount of outcomes.&lt;BR /&gt;If there is a generic size I can put on my work library as when it goes over 50GB, crash all programs.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 09:39:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/524992#M32790</guid>
      <dc:creator>amity21</dc:creator>
      <dc:date>2019-01-07T09:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stop SAS EG when maximum size exceeds</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/525173#M32805</link>
      <description>&lt;P&gt;Setting individual space limits on WORK libraries is possible using OS commands like ulimit if your are running on Unix. What OS do your SAS servers run on?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 19:09:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stop-SAS-EG-when-maximum-size-exceeds/m-p/525173#M32805</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-01-07T19:09:42Z</dc:date>
    </item>
  </channel>
</rss>

