<?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 Data set Limit reached in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933440#M367116</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I run a SAS program and I get a message&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ronein_0-1719117001065.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97797i7D57ADBF03FE923F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ronein_0-1719117001065.png" alt="Ronein_0-1719117001065.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My questions-&lt;/P&gt;
&lt;P&gt;1- Is there any effect on the run results? May it cause any problem?&lt;/P&gt;
&lt;P&gt;2-What activities should&amp;nbsp; I do to prevent this message? Should I delete data sets that were created (Data sets that are not part of the final data sets that I need)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Jun 2024 04:32:35 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2024-06-23T04:32:35Z</dc:date>
    <item>
      <title>Data set Limit reached</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933440#M367116</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I run a SAS program and I get a message&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ronein_0-1719117001065.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97797i7D57ADBF03FE923F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ronein_0-1719117001065.png" alt="Ronein_0-1719117001065.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My questions-&lt;/P&gt;
&lt;P&gt;1- Is there any effect on the run results? May it cause any problem?&lt;/P&gt;
&lt;P&gt;2-What activities should&amp;nbsp; I do to prevent this message? Should I delete data sets that were created (Data sets that are not part of the final data sets that I need)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 04:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933440#M367116</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2024-06-23T04:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data set Limit reached</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933441#M367117</link>
      <description>&lt;P&gt;There is a (IIRC configurable) limit in EG which limits the length of the list of created datasets.&lt;/P&gt;
&lt;P&gt;Datasets which are therefore not visible in this list must be searched for manually in the library/libraries, that's all.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 07:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933441#M367117</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-06-23T07:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data set Limit reached</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933443#M367119</link>
      <description>&lt;P&gt;Thanks, Might it happen that the final required data set will not be created well due to this message?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 07:07:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933443#M367119</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2024-06-23T07:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data set Limit reached</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933446#M367120</link>
      <description>&lt;P&gt;No. If a dataset was not created as expected, your code has a problem. Maxim 2: Read the Log.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 07:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933446#M367120</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-06-23T07:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data set Limit reached</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933448#M367122</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159549"&gt;@Ronein&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks, Might it happen that the final required data set will not be created well due to this message?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Nope, this message is just about which datasets are displayed, visually, in your flow.&amp;nbsp; I actually set the limit to 0, because I don't like to see datasets added at all.&amp;nbsp; It doesn't impact the SAS code or actual datasets created at all.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 09:26:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933448#M367122</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2024-06-23T09:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data set Limit reached</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933449#M367123</link>
      <description>&lt;P&gt;ow do you set the limits to zero?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 10:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933449#M367123</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2024-06-23T10:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data set Limit reached</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933456#M367124</link>
      <description>&lt;P&gt;There is a setting under options.&amp;nbsp; It moves around a bit in different version.&amp;nbsp; I have 8.2, and it's under Project and Process Flows:&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="Quentin_0-1719139040066.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97802iC1238C0D9BEF8164/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Quentin_0-1719139040066.png" alt="Quentin_0-1719139040066.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 10:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-set-Limit-reached/m-p/933456#M367124</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2024-06-23T10:38:07Z</dc:date>
    </item>
  </channel>
</rss>

