<?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 How to fix the &amp;quot;insufficient memory for creating simplex tableau&amp;quot; error? in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-fix-the-quot-insufficient-memory-for-creating-simplex/m-p/399586#M2682</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I use the program which I show below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
proc quantselect data=Sampledata_adjvol plots=all;
   class TRD_EVENT_ROUFOR;
   model adjusted_volume_5 = TRD_EVENT_ROUFOR
         / quantiles=0.1;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But the process was stopped because of the error which is below:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: Selection aborted because of insufficient memory for creating simplex tableau.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How can I fix it?&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2017 18:52:08 GMT</pubDate>
    <dc:creator>aminkarimid</dc:creator>
    <dc:date>2017-09-28T18:52:08Z</dc:date>
    <item>
      <title>How to fix the "insufficient memory for creating simplex tableau" error?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-fix-the-quot-insufficient-memory-for-creating-simplex/m-p/399586#M2682</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I use the program which I show below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
proc quantselect data=Sampledata_adjvol plots=all;
   class TRD_EVENT_ROUFOR;
   model adjusted_volume_5 = TRD_EVENT_ROUFOR
         / quantiles=0.1;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But the process was stopped because of the error which is below:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: Selection aborted because of insufficient memory for creating simplex tableau.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How can I fix it?&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 18:52:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-fix-the-quot-insufficient-memory-for-creating-simplex/m-p/399586#M2682</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-09-28T18:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the "insufficient memory for creating simplex tableau" error?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-fix-the-quot-insufficient-memory-for-creating-simplex/m-p/399703#M2684</link>
      <description>&lt;P&gt;Run your program using OPTIONS FULLSTIMER then check the log. It will report how much memory it is using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then run PROC OPTIONS and find out what your MEMSIZE option is set to. A typical value might be 2G (2 gigabytes). You could try a much increased value to see if that gives you enough memory for your program to run.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 06:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-fix-the-quot-insufficient-memory-for-creating-simplex/m-p/399703#M2684</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-09-29T06:08:08Z</dc:date>
    </item>
  </channel>
</rss>

