<?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 Error: Read Access Violation in Task in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-Read-Access-Violation-in-Task/m-p/10317#M976</link>
    <description>Hello forum,&lt;BR /&gt;
&lt;BR /&gt;
I have been attempting to run a linear regression model using proc surveyreg and have been receiving the following error:&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Read Access Violation In Task [ SURVEYREG )&lt;BR /&gt;
Exception occurred at (674CCD05)&lt;BR /&gt;
Task Traceback&lt;BR /&gt;
Address     Frame      (DBGHELP API VERSION 4.0 rev5)&lt;BR /&gt;
! I've left out the memory locations that follow, but let me know if you need them !&lt;BR /&gt;
&lt;BR /&gt;
This error has occurred for various surveyreg models on 2 windows xp pcs (one with 4 gigs of memory). Strangely enough, if I reinstall SAS, the models will run fine for one session. Once I start a new session and rerun the models, I receive the error. Additionally, I am able to run the models without problem on my University's UNIX server. &lt;BR /&gt;
&lt;BR /&gt;
I searched online and found that a read access violation is not rare, but typically it occurrs for specific procedures (and I haven't found anyone having this problem with proc surveyreg). &lt;BR /&gt;
&lt;BR /&gt;
Any ideas would be greatly appreciated!&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Jim</description>
    <pubDate>Wed, 09 Apr 2008 22:07:27 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-04-09T22:07:27Z</dc:date>
    <item>
      <title>Error: Read Access Violation in Task</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Read-Access-Violation-in-Task/m-p/10317#M976</link>
      <description>Hello forum,&lt;BR /&gt;
&lt;BR /&gt;
I have been attempting to run a linear regression model using proc surveyreg and have been receiving the following error:&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Read Access Violation In Task [ SURVEYREG )&lt;BR /&gt;
Exception occurred at (674CCD05)&lt;BR /&gt;
Task Traceback&lt;BR /&gt;
Address     Frame      (DBGHELP API VERSION 4.0 rev5)&lt;BR /&gt;
! I've left out the memory locations that follow, but let me know if you need them !&lt;BR /&gt;
&lt;BR /&gt;
This error has occurred for various surveyreg models on 2 windows xp pcs (one with 4 gigs of memory). Strangely enough, if I reinstall SAS, the models will run fine for one session. Once I start a new session and rerun the models, I receive the error. Additionally, I am able to run the models without problem on my University's UNIX server. &lt;BR /&gt;
&lt;BR /&gt;
I searched online and found that a read access violation is not rare, but typically it occurrs for specific procedures (and I haven't found anyone having this problem with proc surveyreg). &lt;BR /&gt;
&lt;BR /&gt;
Any ideas would be greatly appreciated!&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Jim</description>
      <pubDate>Wed, 09 Apr 2008 22:07:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Read-Access-Violation-in-Task/m-p/10317#M976</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-09T22:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Read Access Violation in Task</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Read-Access-Violation-in-Task/m-p/10318#M977</link>
      <description>Hi,&lt;BR /&gt;
  Specifically with PROC SURVEYREG, you can get a read access violation if you list the same variable more than once in the CLASS statement (according to this SAS note):&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/10/035.html" target="_blank"&gt;http://support.sas.com/kb/10/035.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  If this is not your issue, then your best bet for help is to contact Tech Support and open a track with them.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 09 Apr 2008 23:16:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Read-Access-Violation-in-Task/m-p/10318#M977</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-04-09T23:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Read Access Violation in Task</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Read-Access-Violation-in-Task/m-p/10319#M978</link>
      <description>Hello Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your reply. I did not use the class statement, so I guess this is not my issue. I should have provided this the first time, but an example of my model would be:&lt;BR /&gt;
&lt;BR /&gt;
libname NCSresub 'C:\2_week symptoms\4_1';&lt;BR /&gt;
data part1;&lt;BR /&gt;
set NCSresub.part1;&lt;BR /&gt;
&lt;BR /&gt;
proc surveyreg data=part1;&lt;BR /&gt;
cluster clustr;&lt;BR /&gt;
model f1p1imp = f1cogemo f2somat /adjrsq clparm;&lt;BR /&gt;
strata str;&lt;BR /&gt;
weight p1fwt;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I will contact Tech Support. Does anyone else have any suggestions given my model?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Jim</description>
      <pubDate>Thu, 10 Apr 2008 01:30:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Read-Access-Violation-in-Task/m-p/10319#M978</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-10T01:30:15Z</dc:date>
    </item>
  </channel>
</rss>

