<?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 Message &amp;quot;Data Set Limit Reached&amp;quot; in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/65049#M6547</link>
    <description>I'm trying to import multiple CSV files into SAS datasets.  After running the code in EG (v4.1), I get the following message:&lt;BR /&gt;
&lt;BR /&gt;
"There were 106 data sets created, however only the first 50 data sets were added to the project."&lt;BR /&gt;
&lt;BR /&gt;
Any ideas?  All of the input CSV files appear complete, and the other SAS data set being referenced and used by the program appears complete.</description>
    <pubDate>Mon, 17 Aug 2009 19:40:17 GMT</pubDate>
    <dc:creator>WLP165</dc:creator>
    <dc:date>2009-08-17T19:40:17Z</dc:date>
    <item>
      <title>Message "Data Set Limit Reached"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/65049#M6547</link>
      <description>I'm trying to import multiple CSV files into SAS datasets.  After running the code in EG (v4.1), I get the following message:&lt;BR /&gt;
&lt;BR /&gt;
"There were 106 data sets created, however only the first 50 data sets were added to the project."&lt;BR /&gt;
&lt;BR /&gt;
Any ideas?  All of the input CSV files appear complete, and the other SAS data set being referenced and used by the program appears complete.</description>
      <pubDate>Mon, 17 Aug 2009 19:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/65049#M6547</guid>
      <dc:creator>WLP165</dc:creator>
      <dc:date>2009-08-17T19:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Message "Data Set Limit Reached"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/65050#M6548</link>
      <description>See this thread&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=2035" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=2035&lt;/A&gt;</description>
      <pubDate>Tue, 18 Aug 2009 00:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/65050#M6548</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-08-18T00:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Message "Data Set Limit Reached"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/65051#M6549</link>
      <description>With EG 4.2, there is an option in Tools-&amp;gt;Options to let you configure how many data sets to add to the project automatically.  Default is still 50, but you can raise it or lower it (even to zero) if you want.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Tue, 18 Aug 2009 18:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/65051#M6549</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2009-08-18T18:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Message "Data Set Limit Reached"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/635970#M35750</link>
      <description>&lt;P&gt;Can you change this option in the code itself? I have this option where I am creating about 110 small tables. I can change my options but I will need someone else to run this for me eventually. How can I code for this?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 20:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/635970#M35750</guid>
      <dc:creator>Sergio_Mora0713</dc:creator>
      <dc:date>2020-03-30T20:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Message "Data Set Limit Reached"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/636340#M35756</link>
      <description>&lt;P&gt;Unfortunately not. There is no limitation in your SAS session and you can't change EG settings with SAS code. It can only be done in EG itself.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 19:33:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/636340#M35756</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-03-31T19:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Message "Data Set Limit Reached"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/636353#M35761</link>
      <description>&lt;P&gt;One thing I do when I'm in a situation like this, if the scenario fits:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i) delete overall dataset&lt;/P&gt;
&lt;P&gt;ii) in a macro, read in the data to a temp dataset, append to the overall dataset, delete the temp dataset&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then cycle the macro for all of the datasets. That way the single datasets that are input won't show up in the project.&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 20:11:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Message-quot-Data-Set-Limit-Reached-quot/m-p/636353#M35761</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2020-03-31T20:11:33Z</dc:date>
    </item>
  </channel>
</rss>

