<?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: out of resources in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/out-of-resources/m-p/74068#M15986</link>
    <description>Send more info - SAS version, OS platform, and also send SASLOG output (with all SOURCE code revealed) about the problem leading up to the error.  Also, have you tried your code with fewer than 9 files -- at what point does the error start to occur?  The SAS support website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  reveals that there are multiple possible contributing factors to this type of error message, disk space, memory, SAS CONFIG options, amount of system memory, and others.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Mon, 16 Feb 2009 13:11:30 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-02-16T13:11:30Z</dc:date>
    <item>
      <title>out of resources</title>
      <link>https://communities.sas.com/t5/SAS-Programming/out-of-resources/m-p/74066#M15984</link>
      <description>I'm trying a set statement on files. each of them have 30k or more observations.&lt;BR /&gt;
when i run the following code i'm getting an error "out of resources:.&lt;BR /&gt;
%macro mrge_plan;&lt;BR /&gt;
 data ctm_comb.flip_plan_files;&lt;BR /&gt;
 set &lt;BR /&gt;
%do i= 1 %to 9;&lt;BR /&gt;
       flip08.flip_plan_%sysfunc(putn(&amp;amp;i,z2.))&lt;BR /&gt;
       &lt;BR /&gt;
 %end;;&lt;BR /&gt;
 &lt;BR /&gt;
 run;&lt;BR /&gt;
 %mend mrge_plan;&lt;BR /&gt;
 %mrge_plan;&lt;BR /&gt;
&lt;BR /&gt;
how to handle this error?</description>
      <pubDate>Sat, 14 Feb 2009 19:08:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/out-of-resources/m-p/74066#M15984</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-02-14T19:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: out of resources</title>
      <link>https://communities.sas.com/t5/SAS-Programming/out-of-resources/m-p/74067#M15985</link>
      <description>Perhaps open=defer SET statement option will work for you if the variable in FILP_PLAN_nn are all the same.  See doc for details.&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; I'm trying a set statement on files. each of them&lt;BR /&gt;
&amp;gt; have 30k or more observations.&lt;BR /&gt;
&amp;gt; when i run the following code i'm getting an error&lt;BR /&gt;
&amp;gt; "out of resources:.&lt;BR /&gt;
&amp;gt; %macro mrge_plan;&lt;BR /&gt;
&amp;gt;  data ctm_comb.flip_plan_files;&lt;BR /&gt;
&amp;gt; set &lt;BR /&gt;
&amp;gt; %do i= 1 %to 9;&lt;BR /&gt;
&amp;gt;        flip08.flip_plan_%sysfunc(putn(&amp;amp;i,z2.))&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt;  %end; open=defer;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt;  run;&lt;BR /&gt;
&amp;gt; %mend mrge_plan;&lt;BR /&gt;
&amp;gt;  %mrge_plan;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; how to handle this error?</description>
      <pubDate>Sat, 14 Feb 2009 19:15:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/out-of-resources/m-p/74067#M15985</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-02-14T19:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: out of resources</title>
      <link>https://communities.sas.com/t5/SAS-Programming/out-of-resources/m-p/74068#M15986</link>
      <description>Send more info - SAS version, OS platform, and also send SASLOG output (with all SOURCE code revealed) about the problem leading up to the error.  Also, have you tried your code with fewer than 9 files -- at what point does the error start to occur?  The SAS support website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  reveals that there are multiple possible contributing factors to this type of error message, disk space, memory, SAS CONFIG options, amount of system memory, and others.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 16 Feb 2009 13:11:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/out-of-resources/m-p/74068#M15986</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-02-16T13:11:30Z</dc:date>
    </item>
  </channel>
</rss>

