<?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: The SAS System stopped processing this step because of insufficient memory. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210498#M13908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My report have 52 columns and It looks like ODS Excel doesn't support report with more than 36 columns.&lt;/P&gt;&lt;P&gt;So now I'm using ODS tagset and creating xml output. At least this way now I can open this file in Excel with all formatting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine for me except that its not a true Excel document!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 20:05:56 GMT</pubDate>
    <dc:creator>Dreamer</dc:creator>
    <dc:date>2015-05-06T20:05:56Z</dc:date>
    <item>
      <title>ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210495#M13905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using SAS 9.4 and office 2007 to generate an Excel report using "Ods Excel".&lt;/P&gt;&lt;P&gt;But I'm getting following message in SAS log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: There were 89225 observations read from the data set WORK.DSName.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29.10 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28.34 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Following is my code:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ods _all_ close; &lt;/P&gt;&lt;P&gt;/*Create Report*/&lt;/P&gt;&lt;P&gt;ods escapechar="^";&lt;/P&gt;&lt;P&gt;options missing='';&lt;/P&gt;&lt;P&gt;options device=ACTXIMG;&lt;/P&gt;&lt;P&gt;ods excel&lt;/P&gt;&lt;P&gt;file=&amp;amp;outfile.&lt;/P&gt;&lt;P&gt;&amp;nbsp; options(sheet_interval='none' sheet_name='SheetName' sheet_label=' ' suppress_bylines='yes'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; orientation='landscape' fittopage='yes' embedded_titles='yes' autofit_height='yes' center_horizontal='yes' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; embedded_footnotes='yes')&lt;/P&gt;&lt;P&gt;&amp;nbsp; style=minimal ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc report ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ODS Excel close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please suggest me how to debug and fix this kind of issues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 18:52:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210495#M13905</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2015-05-06T18:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210496#M13906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you run the Proc Report part without the ODS and finish? If not you might want to close the HTML destination before hand (ODS HTML Close). The system may run out of resources as it tries to generate a long complex html table in memory as well as the ODS destination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 19:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210496#M13906</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-05-06T19:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210497#M13907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks @ballardw, I'm already using "ods _all_ close;" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 20:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210497#M13907</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2015-05-06T20:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210498#M13908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My report have 52 columns and It looks like ODS Excel doesn't support report with more than 36 columns.&lt;/P&gt;&lt;P&gt;So now I'm using ODS tagset and creating xml output. At least this way now I can open this file in Excel with all formatting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine for me except that its not a true Excel document!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 20:05:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210498#M13908</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2015-05-06T20:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210499#M13909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand it ODS Excel is experimental. So finding limits and undesired behavior (which is my experience with Excel in general) is not unexpected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 20:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210499#M13909</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-05-06T20:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210500#M13910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XLSX is nothing more than compressed XML. So no real difference to the XML created by tagsets.excelxp. Which has the nice advantage of working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 07:13:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210500#M13910</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-07T07:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210501#M13911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="828210" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; Yes I agree but business users don't understand this. They get a message that "this file is not in Excel format". For them Excel means "XLSX" &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 17:03:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210501#M13911</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2015-05-07T17:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210502#M13912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be useful for you:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/43/496.html" title="http://support.sas.com/kb/43/496.html"&gt;43496 - Convert files created using an ODS destination to native Excel files&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 17:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210502#M13912</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-05-07T17:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210503#M13913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you specify a filename extension of .xml, Excel does not complain on opening. Just RMB and "open with Excel"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 08:48:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210503#M13913</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-08T08:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The SAS System stopped processing this step because of insufficient memory.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210504#M13914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also associate the filetype of XML with Excel, by doing the right click open with and selecting the check box next to Always open with this program.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although from my side, if your users are going to use the file, or any other file, then they should be aware of this thing anyway as this is built in functionality in Excel.&amp;nbsp; File type is merely an indicator to the operating system as to what program to open the file with, in most user systems, file extension is hidden for known file types.&amp;nbsp; If they really can't handle it then have a look at the M$ help page for a registry fix:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://support.microsoft.com/en-us/kb/948615"&gt;https://support.microsoft.com/en-us/kb/948615&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 09:05:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ERROR-The-SAS-System-stopped-processing-this-step-because-of/m-p/210504#M13914</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-05-08T09:05:33Z</dc:date>
    </item>
  </channel>
</rss>

