<?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:  Read Access Violation In Task [ REPORT (2) ) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7913#M2430</link>
    <description>ODS GRAPHICS ON; sets up statistical graphics automagically.  It was experimental in 9.1.3 and is production (and much more feature "rich") in 9.2.  There is a section in nearly every stat procedure's documentation on the implementation for that procedure.  Time to read the friendly manual (RTFM).</description>
    <pubDate>Fri, 20 Mar 2009 13:17:36 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-03-20T13:17:36Z</dc:date>
    <item>
      <title>ERROR:  Read Access Violation In Task [ REPORT (2) )</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7909#M2426</link>
      <description>Hi friends,&lt;BR /&gt;
from past few days i am constantly getting the error below. Some times my code run but most of time i get this error. any suitable fix for this? I found many such types errors on internet but they seems different.&lt;BR /&gt;
&lt;BR /&gt;
ERROR:  Read Access Violation In Task [ REPORT (2) )&lt;BR /&gt;
Exception occurred at (6714158F)&lt;BR /&gt;
Task Traceback&lt;BR /&gt;
Address   Frame     (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;
6714158F  048AF054  sasoda:mcn_main+0x58F&lt;BR /&gt;
60ED843C  048AF0A8  sasdoc:mcn_main+0x2743C&lt;BR /&gt;
674DE11C  048AF144  sasods:mcn_main+0x4D11C&lt;BR /&gt;
674A27DA  048AF298  sasods:mcn_main+0x117DA&lt;BR /&gt;
663A4066  048AFB58  sasrepmn:mcn_main+0x3066&lt;BR /&gt;
663910B5  048AFF8C  sasrepor:mcn_main+0xB5&lt;BR /&gt;
00F32B1A  048AFFA4  sashost:Main+0xBE8A&lt;BR /&gt;
00F36C38  048AFFB8  sashost:Main+0xFFA8&lt;BR /&gt;
77E64829  048AFFEC  kernel32:GetModuleHandleA+0xDF&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;
Regards&lt;BR /&gt;
Avi</description>
      <pubDate>Wed, 18 Mar 2009 05:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7909#M2426</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-18T05:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Read Access Violation In Task [ REPORT (2) )</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7910#M2427</link>
      <description>I suggest that you report this to SAS tech support instead. They will probably be interested in what version you are running, platform and hotfixes already applied. And, of course, a full log showing the all code.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 18 Mar 2009 07:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7910#M2427</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-03-18T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Read Access Violation In Task [ REPORT (2) )</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7911#M2428</link>
      <description>Sending this to tech support is the best idea.  From the traceback, I'd guess the error is occurring in ODS, so you'll need to make sure to include the ODS statements that are part of your program.&lt;BR /&gt;
&lt;BR /&gt;
If you are running this in EG, remember that EG generates some ODS statements for you.  You can see those in the log that is produced.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Thu, 19 Mar 2009 15:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7911#M2428</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2009-03-19T15:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Read Access Violation In Task [ REPORT (2) )</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7912#M2429</link>
      <description>Yes i'm using ods statments in my code. &lt;BR /&gt;
such as ODS PATH ..., ODS PDF STARTPAGE=NOW; &lt;BR /&gt;
&lt;BR /&gt;
Can you tell me for what does the  "ODS Graphics on;"  Option actually used for &amp;amp; when to use it ?</description>
      <pubDate>Fri, 20 Mar 2009 12:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7912#M2429</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-20T12:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Read Access Violation In Task [ REPORT (2) )</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7913#M2430</link>
      <description>ODS GRAPHICS ON; sets up statistical graphics automagically.  It was experimental in 9.1.3 and is production (and much more feature "rich") in 9.2.  There is a section in nearly every stat procedure's documentation on the implementation for that procedure.  Time to read the friendly manual (RTFM).</description>
      <pubDate>Fri, 20 Mar 2009 13:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Read-Access-Violation-In-Task-REPORT-2/m-p/7913#M2430</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-03-20T13:17:36Z</dc:date>
    </item>
  </channel>
</rss>

