<?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: Surveyimpute in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470462#M285650</link>
    <description>&lt;P&gt;You should show the entire code you submitted that causes the error if you want help determining "why". No guarantee but you might get some help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen such errors arise when using combinations of options that are problematic in combination but not actual syntax errors the compiler can catch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes you can start with a very basic run of the proc with your data and add one statement/option until the error occurs to diagnose which specific element when added is at issue. That might give you hint as to either a data issue or let you look closer at the documentation to see why&amp;nbsp; it broke. Or contact Tech support with a reproducible problem.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 22:05:36 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-06-14T22:05:36Z</dc:date>
    <item>
      <title>Surveyimpute</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470460#M285649</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use surveyimpute on a data set with about 22 variables. About 60% of the observations have complete responses. Missingness is not completely at random and is associated with key demographics. The dataset has a final sample weight as well as 50 replicate weights. I am trying to using surveyimpute to deal with missingness but keep getting the error message below. Any suggestions to resolve this issue are welcome. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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 [SURVEYIMPUTE]&lt;BR /&gt;ERROR: Read Access Violation SURVEYIMPUTE&lt;BR /&gt;Exception occurred at (23803EC0)&lt;BR /&gt;Task Traceback&lt;BR /&gt;Address Frame (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;0000000023803EC0 000000002834F380 sasqsimp:tkvercn1+0x12E80&lt;BR /&gt;00000000237F130A 000000002834FBF0 sasqsimp:tkvercn1+0x2CA&lt;BR /&gt;00000000034389DB 000000002834FBF8 sashost:Main+0x10EBB&lt;BR /&gt;000000000343E62D 000000002834FF50 sashost:Main+0x16B0D&lt;BR /&gt;00007FFD1B2C8364 000000002834FF58 KERNEL32:BaseThreadInitThunk+0x14&lt;BR /&gt;00007FFD1B5170B1 000000002834FF88 ntdll:RtlUserThreadStart+0x21&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 21:50:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470460#M285649</guid>
      <dc:creator>sherineeltoukhy</dc:creator>
      <dc:date>2018-06-14T21:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Surveyimpute</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470462#M285650</link>
      <description>&lt;P&gt;You should show the entire code you submitted that causes the error if you want help determining "why". No guarantee but you might get some help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen such errors arise when using combinations of options that are problematic in combination but not actual syntax errors the compiler can catch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes you can start with a very basic run of the proc with your data and add one statement/option until the error occurs to diagnose which specific element when added is at issue. That might give you hint as to either a data issue or let you look closer at the documentation to see why&amp;nbsp; it broke. Or contact Tech support with a reproducible problem.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 22:05:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470462#M285650</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-14T22:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Surveyimpute</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470476#M285651</link>
      <description>&lt;P&gt;If you get that error with the latest release of SAS/STAT (14.3) and&amp;nbsp;within a fresh SAS session, you should definitely get in touch with SAS&amp;nbsp;&lt;A href="https://support.sas.com/en/technical-support/contact-sas.html" target="_self"&gt;technical support&lt;/A&gt;.&amp;nbsp;They are very responsive. Helping them correct bugs serves the whole SAS Community.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 22:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470476#M285651</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-06-14T22:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Surveyimpute</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470478#M285652</link>
      <description>&lt;P&gt;Here is the code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc surveyimpute data = hints.hints5c1_working2 method=fefi;&lt;BR /&gt;var female_wm age_3cat_wm race_4cat_wm income_4cat_wm education_4cat_wm occupation_2cat_wm MaritalStatus_3cat_wm BornInUSA_wm speak_wm HealthInsurance_wm RegularProvider_wm&lt;BR /&gt;censreg RUC2013_3cat ;&lt;BR /&gt;CLASS female_wm age_3cat_wm race_4cat_wm income_4cat_wm education_4cat_wm occupation_2cat_wm MaritalStatus_3cat_wm BornInUSA_wm speak_wm HealthInsurance_wm RegularProvider_wm&lt;BR /&gt;censreg RUC2013_3cat&amp;nbsp;;&lt;BR /&gt;weight person_finwt0;&lt;BR /&gt;repweights person_finwt:;&lt;BR /&gt;output out=imputed;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 22:45:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470478#M285652</guid>
      <dc:creator>sherineeltoukhy</dc:creator>
      <dc:date>2018-06-14T22:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Surveyimpute</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470479#M285653</link>
      <description>&lt;P&gt;My version is 14.1.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 22:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Surveyimpute/m-p/470479#M285653</guid>
      <dc:creator>sherineeltoukhy</dc:creator>
      <dc:date>2018-06-14T22:45:55Z</dc:date>
    </item>
  </channel>
</rss>

