<?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: ERROR: CLI open cursor error: ERROR:  reserve exceeded : Out of memory in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-CLI-open-cursor-error-ERROR-reserve-exceeded-Out-of-memory/m-p/11097#M2654</link>
    <description>This error is coming from SAS/ACCESS, perhaps via your ODBC driver to the database you are using.&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure what would cause it to suddenly stop working, but you might try adding an OBS limit on the table references to see if you can get it to work with a smaller set...to help debug it.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
    <pubDate>Wed, 16 Feb 2011 16:15:34 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2011-02-16T16:15:34Z</dc:date>
    <item>
      <title>ERROR: CLI open cursor error: ERROR:  reserve exceeded : Out of memory</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-CLI-open-cursor-error-ERROR-reserve-exceeded-Out-of-memory/m-p/11096#M2653</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
This morning I've got the following error in EG 4.3. Yesterday  the same code did not produce any errors. I put the trouble code into separate project with the same error result. The LOG and error is below:&lt;BR /&gt;
&lt;BR /&gt;
17         proc SQL;&lt;BR /&gt;
18           create table d_MTR as&lt;BR /&gt;
19           select a.*,&lt;BR /&gt;
20             case&lt;BR /&gt;
21               when a.DR_InsuranceType in (0,1) then "Ins  "&lt;BR /&gt;
22               when a.DR_InsuranceType in (2)   then "UnIns"&lt;BR /&gt;
23               else                                  "Unk  "&lt;BR /&gt;
24             end as Ins,&lt;BR /&gt;
25             case&lt;BR /&gt;
26             when a.DR_ProductID in (18411,18412,18413,18421,18422,&lt;BR /&gt;
27               18423,18431,18432) then 0 /* Nonconfirming */&lt;BR /&gt;
28             else                      1 /* Confirming    */&lt;BR /&gt;
29             end as conf label="1-Conf, 0-NonConf"&lt;BR /&gt;
30             from _l.LGD_MTR_SEP00_NOV10_N_SZ_110211_ as a&lt;BR /&gt;
31             left join _b.uvw_OrigBeacon_MTR as b on a.AccountID=b.AccountID&lt;BR /&gt;
32             where a.YearMonth=a.DISC_YYYYMM&lt;BR /&gt;
33         ;&lt;BR /&gt;
ERROR: CLI open cursor error: ERROR:  reserve exceeded : Out of memory &lt;BR /&gt;
&lt;BR /&gt;
NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;BR /&gt;
33       !  quit;&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.65 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Wed, 16 Feb 2011 15:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-CLI-open-cursor-error-ERROR-reserve-exceeded-Out-of-memory/m-p/11096#M2653</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2011-02-16T15:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: CLI open cursor error: ERROR:  reserve exceeded : Out of memory</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-CLI-open-cursor-error-ERROR-reserve-exceeded-Out-of-memory/m-p/11097#M2654</link>
      <description>This error is coming from SAS/ACCESS, perhaps via your ODBC driver to the database you are using.&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure what would cause it to suddenly stop working, but you might try adding an OBS limit on the table references to see if you can get it to work with a smaller set...to help debug it.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Wed, 16 Feb 2011 16:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-CLI-open-cursor-error-ERROR-reserve-exceeded-Out-of-memory/m-p/11097#M2654</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2011-02-16T16:15:34Z</dc:date>
    </item>
  </channel>
</rss>

