<?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: Read Access violation in proc survey means in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Read-Access-violation-in-proc-survey-means/m-p/651897#M195630</link>
    <description>&lt;P&gt;I suggest you follow the advice in the log and track this to SAS Tech Support. A read acccess violation is a pretty serious error and it means the SAS procedure cannot properly handle your data and procedure settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also try running this with a much smaller sample of data to see if that helps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 May 2020 00:01:42 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-05-30T00:01:42Z</dc:date>
    <item>
      <title>Read Access violation in proc survey means</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-Access-violation-in-proc-survey-means/m-p/651893#M195627</link>
      <description>&lt;P&gt;Getting this error while running proc surveymeans&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc surveymeans data=ms;/*mean LOS*/&lt;BR /&gt;2336 weight discwt;&lt;BR /&gt;2337 cluster hospid;&lt;BR /&gt;2338 strata nis_stratum;&lt;BR /&gt;2339 domain msc;&lt;BR /&gt;2340 var LOS;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: An exception has been encountered.&lt;BR /&gt;Please contact technical support and provide them with the following traceback information:&lt;/P&gt;&lt;P&gt;The SAS task name is [SURVEYMEANS]&lt;BR /&gt;ERROR: Read Access Violation SURVEYMEANS&lt;BR /&gt;Exception occurred at (0688A65F)&lt;BR /&gt;Task Traceback&lt;BR /&gt;Address Frame (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;000000000688A65F 000000004EB55180 sasods:tkvercn1+0x12961F&lt;BR /&gt;000000004827B91E 000000004EB55188 sasstgr:tkvercn1+0x5A8DE&lt;BR /&gt;00000000482AE80A 000000004EB55B10 sasstgr:tkvercn1+0x8D7CA&lt;BR /&gt;0000000048298E8F 000000004EB55E00 sasstgr:tkvercn1+0x77E4F&lt;BR /&gt;0000000008BBFACA 000000004EB55E08 sasoda:tkvercn1+0x7EA8A&lt;BR /&gt;0000000008B5FDC8 000000004EB55F40 sasoda:tkvercn1+0x1ED88&lt;BR /&gt;0000000008BBFACA 000000004EB55F80 sasoda:tkvercn1+0x7EA8A&lt;BR /&gt;0000000008B424F8 000000004EB56590 sasoda:tkvercn1+0x14B8&lt;BR /&gt;0000000047EE0DAA 000000004EB56598 sasmrk:tkvercn1+0x10FD6A&lt;BR /&gt;0000000047E649E0 000000004EB56B40 sasmrk:tkvercn1+0x939A0&lt;BR /&gt;0000000028C466BA 000000004EB56B48 sastags:tkvercn1+0x5567A&lt;BR /&gt;0000000028C1FEF5 000000004EB57120 sastags:tkvercn1+0x2EEB5&lt;BR /&gt;000000002600ADFA 000000004EB57128 sasxml:tkvercn1+0x49DBA&lt;BR /&gt;0000000025FC25DA 000000004EB57210 sasxml:tkvercn1+0x159A&lt;BR /&gt;0000000006973BEA 000000004EB57250 sasods:tkvercn1+0x212BAA&lt;BR /&gt;0000000006823F6A 000000004EB575C0 sasods:tkvercn1+0xC2F2A&lt;BR /&gt;00000000067BEDA3 000000004EB57CA0 sasods:tkvercn1+0x5DD63&lt;BR /&gt;0000000006973BEA 000000004EB57CE0 sasods:tkvercn1+0x212BAA&lt;BR /&gt;00000000067D4805 000000004EB5BD10 sasods:tkvercn1+0x737C5&lt;BR /&gt;0000000006973BEA 000000004EB5BD50 sasods:tkvercn1+0x212BAA&lt;BR /&gt;00000000067C4B72 000000004EB5DFE0 sasods:tkvercn1+0x63B32&lt;BR /&gt;000000004F1EF12A 000000004EB5DFE8 sasqsmea:tkvercn1+0xCE0EA&lt;BR /&gt;000000004F19225F 000000004EB5EC10 sasqsmea:tkvercn1+0x7121F&lt;BR /&gt;000000004F1257EC 000000004EB5F2D0 sasqsmea:tkvercn1+0x47AC&lt;BR /&gt;000000004F121627 000000004EB5FBC0 sasqsmea:tkvercn1+0x5E7&lt;BR /&gt;00000000033289DB 000000004EB5FBC8 sashost:Main+0x10EBB&lt;BR /&gt;000000000332E61D 000000004EB5FF20 sashost:Main+0x16AFD&lt;BR /&gt;00007FF8D53A7BD4 000000004EB5FF28 KERNEL32:BaseThreadInitThunk+0x14&lt;BR /&gt;00007FF8D682CED1 000000004EB5FF58 ntdll:RtlUserThreadStart+0x21&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SURVEYMEANS used (Total process time):&lt;BR /&gt;real time 24:43.38&lt;BR /&gt;cpu time 1:52.67&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 23:08:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-Access-violation-in-proc-survey-means/m-p/651893#M195627</guid>
      <dc:creator>olabuh</dc:creator>
      <dc:date>2020-05-29T23:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read Access violation in proc survey means</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-Access-violation-in-proc-survey-means/m-p/651896#M195629</link>
      <description>&lt;P&gt;Did you contact Tech support?&lt;/P&gt;
&lt;P&gt;The address is support-at-sas-dot-com.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Include the output of &lt;FONT face="courier new,courier"&gt;proc setinit&lt;/FONT&gt; in the email.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 00:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-Access-violation-in-proc-survey-means/m-p/651896#M195629</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-05-30T00:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Read Access violation in proc survey means</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-Access-violation-in-proc-survey-means/m-p/651897#M195630</link>
      <description>&lt;P&gt;I suggest you follow the advice in the log and track this to SAS Tech Support. A read acccess violation is a pretty serious error and it means the SAS procedure cannot properly handle your data and procedure settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also try running this with a much smaller sample of data to see if that helps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 00:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-Access-violation-in-proc-survey-means/m-p/651897#M195630</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-05-30T00:01:42Z</dc:date>
    </item>
  </channel>
</rss>

