<?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:  Write Access Violation FREQ (2) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521024#M26479</link>
    <description>&lt;P&gt;You have used the same name for both output data sets.&amp;nbsp; Can't do that .... just change out of the names on out=.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Dec 2018 22:17:22 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2018-12-12T22:17:22Z</dc:date>
    <item>
      <title>ERROR:  Write Access Violation FREQ (2)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521020#M26477</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions about this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=case noprint;
table num*other*crecpt / out=recpt;
table num*other*srecpt / out=recpt;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;ERROR:  An exception has been encountered.
Please contact technical support and provide them with the following traceback information:

The SAS task name is [FREQ (2)]
ERROR:  Write Access Violation FREQ (2)
Exception occurred at (08BE672C)
Task Traceback
Address   Frame     (DBGHELP API Version 4.0 rev 5)
0000000008BE672C  00000000094EBAA0  sasfreq:tkvercn1+0x656EC
0000000008BA0549  00000000094ECE30  sasfreq:tkvercn1+0x1F509
0000000008B844D4  00000000094EFBE0  sasfreq:tkvercn1+0x3494
0000000001DAA066  00000000094EFBE8  sashost:Main+0x11BA6
0000000001DB011D  00000000094EFF50  sashost:Main+0x17C5D
00007FFE01FD13D2  00000000094EFF58  KERNEL32:BaseThreadInitThunk+0x22
00007FFE02E054F4  00000000094EFF88  ntdll:RtlUserThreadStart+0x34&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Dec 2018 21:50:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521020#M26477</guid>
      <dc:creator>vkrishna</dc:creator>
      <dc:date>2018-12-12T21:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Write Access Violation FREQ (2)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521023#M26478</link>
      <description>Usually that's a connection issue. Restart SAS and see if it goes away.</description>
      <pubDate>Wed, 12 Dec 2018 22:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521023#M26478</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-12T22:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Write Access Violation FREQ (2)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521024#M26479</link>
      <description>&lt;P&gt;You have used the same name for both output data sets.&amp;nbsp; Can't do that .... just change out of the names on out=.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 22:17:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521024#M26479</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-12-12T22:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Write Access Violation FREQ (2)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521025#M26480</link>
      <description>We used different names for datasets. It's a mistake when posting in the community.</description>
      <pubDate>Wed, 12 Dec 2018 22:20:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521025#M26480</guid>
      <dc:creator>vkrishna</dc:creator>
      <dc:date>2018-12-12T22:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Write Access Violation FREQ (2)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521031#M26481</link>
      <description>&lt;P&gt;Does it work for a subset of your data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=case (obs = 100) noprint;
table num*other*crecpt / out=recpt;
table num*other*srecpt / out=recpt;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;For less levels in your data (remove one or two variables).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 23:12:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521031#M26481</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-12-12T23:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Write Access Violation FREQ (2)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521039#M26482</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/161981"&gt;@vkrishna&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;We used different names for datasets. It's a mistake when posting in the community.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Perhaps you should then post the actual code submitted.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 00:07:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521039#M26482</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-12-13T00:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Write Access Violation FREQ (2)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521097#M26483</link>
      <description>&lt;P&gt;What are the cardinalities of your variables? You may have run out of memory resources.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 10:02:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/521097#M26483</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-12-13T10:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:  Write Access Violation FREQ (2)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/679925#M32709</link>
      <description>&lt;P&gt;I got a similar error and traced it back to a text by variable.&amp;nbsp; I got around it by removing the variable (it was redundant with different numeric variable in my case).&amp;nbsp; My guess is that it was a buffer overrun caused by the length of the text.&amp;nbsp; Do any of your variables contain a long string?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 00:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Write-Access-Violation-FREQ-2/m-p/679925#M32709</guid>
      <dc:creator>jniemira</dc:creator>
      <dc:date>2020-08-28T00:51:55Z</dc:date>
    </item>
  </channel>
</rss>

