<?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 - Read Access Violation Program in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Read-Access-Violation-Program/m-p/813101#M25794</link>
    <description>&lt;P&gt;Proc Export and ODS Excel are entirely different beasts. Export moves data, that is all. ODS EXCEL has to deal with the data, table formatting of cells, merged cells, borders, images for procedure producing plots, and pagination (sheets in Excel).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a minimum you should include the code that throws this error starting with the ODS Excel statement to the Ods Excel close. Better would be to include some example data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some of these exception errors happen when you use an option incorrectly or sometimes unexpected interaction of some options that the SAS developers never thought someone would use together. With the code we might have a chance of pointing to likely places such as many style overrides that possibly conflict.&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 22:36:35 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-05-12T22:36:35Z</dc:date>
    <item>
      <title>ODS Excel - Read Access Violation Program</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Read-Access-Violation-Program/m-p/812779#M25785</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're working on SAS server and recently encountered a weird issue. Our reports are written to Excel files using ODS EXCEL statement. All worked well for a while, but a couple of days ago it started crashing. When the program submits ODS EXCEL statement (with a valid FILE= destination) the log gets the message: "ERROR: An exception has been encountered" and then "ERROR: Read Access Violation Program" (see below). That happens to ODS EXCEL only, PROC EXPORT to Excel or ODS PDF/LISTING work fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone familiar with that issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="{FF9D2B9A-C0B1-40C6-8C25-734B0471C8E2}.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71351i165F95126AD81B07/image-size/medium?v=v2&amp;amp;px=400" role="button" title="{FF9D2B9A-C0B1-40C6-8C25-734B0471C8E2&amp;amp;#125;.png" alt="{FF9D2B9A-C0B1-40C6-8C25-734B0471C8E2&amp;amp;#125;.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 18:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Read-Access-Violation-Program/m-p/812779#M25785</guid>
      <dc:creator>SergeLukas</dc:creator>
      <dc:date>2022-05-11T18:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel - Read Access Violation Program</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Read-Access-Violation-Program/m-p/812782#M25786</link>
      <description>&lt;P&gt;Typically, when it says "Please contact technical support", that is what you should do.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 19:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Read-Access-Violation-Program/m-p/812782#M25786</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-11T19:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel - Read Access Violation Program</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Read-Access-Violation-Program/m-p/812791#M25787</link>
      <description>&lt;P&gt;I'm guessing as you said it had worked and that you did not show log above, that you are out of memory.&amp;nbsp; &amp;nbsp;Show entire log related to the PROC REPORT call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have had similar not related to memory but I was doing something crazy.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 20:12:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Read-Access-Violation-Program/m-p/812791#M25787</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2022-05-11T20:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel - Read Access Violation Program</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Read-Access-Violation-Program/m-p/813101#M25794</link>
      <description>&lt;P&gt;Proc Export and ODS Excel are entirely different beasts. Export moves data, that is all. ODS EXCEL has to deal with the data, table formatting of cells, merged cells, borders, images for procedure producing plots, and pagination (sheets in Excel).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a minimum you should include the code that throws this error starting with the ODS Excel statement to the Ods Excel close. Better would be to include some example data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some of these exception errors happen when you use an option incorrectly or sometimes unexpected interaction of some options that the SAS developers never thought someone would use together. With the code we might have a chance of pointing to likely places such as many style overrides that possibly conflict.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 22:36:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Read-Access-Violation-Program/m-p/813101#M25794</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-05-12T22:36:35Z</dc:date>
    </item>
  </channel>
</rss>

