<?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: ODS EXCEL gives error for larger data set in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/630914#M23843</link>
    <description>&lt;P&gt;I just had similar errors, involved with ODS Excel, Proc Print, and a large dataset.&amp;nbsp; It turned out to be a picture format that once eliminated from the code stopped the errors.&amp;nbsp; To whomever it may concern in the future. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2020 13:37:58 GMT</pubDate>
    <dc:creator>PhilC</dc:creator>
    <dc:date>2020-03-10T13:37:58Z</dc:date>
    <item>
      <title>ODS EXCEL gives error for larger data set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/192648#M13068</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 "ODS EXCEL" to output "PROC REPORT" output to Excel 2007. It works fine when I have smaller data set (30 K Obs).&lt;/P&gt;&lt;P&gt;But it gives following error when my data set grows to 69K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Not enough memory to SET/GET instance attribute OA_UNFORMATTEDVALUE(3357) for "SCRIPT.TCELL".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Event Stack Underflow. This is probably caused by mis-matched begin and end event calls.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Event Stack Underflow. This is probably caused by mis-matched begin and end event calls.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: In event 'doc': ?:0: attempt to get length of field 'line' (a nil value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;stack traceback:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function 'put'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function 'puts'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function 'put'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function 'finish_worksheet'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function '?'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function &amp;lt;?:491&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (tail call): ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;C&gt;: in function 'new_document'&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function 'new_stream'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function 'finish_worksheet'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function '?'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?: in function &amp;lt;?:491&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (tail call): ?&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;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;I have attached log of this run. PFA&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;Did any one face this issue? Any suggestion??&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 15:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/192648#M13068</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2015-01-22T15:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL gives error for larger data set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/192649#M13069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel has limitations on the number of rows/columns you can put into it.&amp;nbsp; That is why you are getting these problems.&amp;nbsp; Excel is not a tool for &amp;lt;insert what you intend to do with it&amp;gt;.&amp;nbsp; Even if you are putting data out to it for people to look at, no-one in their right mind is going look at that much data.&lt;/P&gt;&lt;P&gt;If you are using this for data transfer, then use a proper data transfer format - delimited (e.g. csv), or xml.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 15:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/192649#M13069</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-01-22T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL gives error for larger data set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/192650#M13070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should report this to Tech. Support. They'll probably want to see your program and data set (or a data set that is similar enough to reproduce the problem).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime, try increasing the amount of memory available to SAS by using the &lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-memsize.htm"&gt;MEMSIZE &lt;/A&gt;option. Typically what I do in cases like this is use both the&amp;nbsp; MEMSIZE MAX and &lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-fullstimer.htm"&gt;FULLSTIMER &lt;/A&gt;options. The FULLSTIMER option adds a message to the log that includes the amount of memory SAS actually used. Then you can specify that amount (or a little extra) the next time you run your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can submit a problem report by clicking the &lt;A href="http://support.sas.com/ctx/supportform/createForm"&gt;submit a problem report link&lt;/A&gt; at the bottom of this page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 15:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/192650#M13070</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2015-01-22T15:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL gives error for larger data set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/618906#M23711</link>
      <description>&lt;P&gt;How do you enter MEMSIZE into SAS?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 17:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/618906#M23711</guid>
      <dc:creator>megganwalker</dc:creator>
      <dc:date>2020-01-21T17:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL gives error for larger data set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/630914#M23843</link>
      <description>&lt;P&gt;I just had similar errors, involved with ODS Excel, Proc Print, and a large dataset.&amp;nbsp; It turned out to be a picture format that once eliminated from the code stopped the errors.&amp;nbsp; To whomever it may concern in the future. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 13:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-gives-error-for-larger-data-set/m-p/630914#M23843</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2020-03-10T13:37:58Z</dc:date>
    </item>
  </channel>
</rss>

