<?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: sas PROC MEANS ERROR sas proc summary error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-PROC-MEANS-ERROR-sas-proc-summary-error/m-p/292033#M60546</link>
    <description>&lt;P&gt;You mean you're running SAS 9.04 AKA SAS 9.4?&lt;/P&gt;
&lt;P&gt;If you're truly running SAS 9.0 I'm amazed it's running on Windows 7.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does the following return:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put SAS Long Version: &amp;amp;sysvlong4;
%put SAS Version: &amp;amp;sysver;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These errors are unexpected and you should contact SAS tech support for help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your data size is trivial and shouldn't be an issue, something else is causing this issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2016 00:43:03 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-08-17T00:43:03Z</dc:date>
    <item>
      <title>sas PROC MEANS ERROR sas proc summary error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-PROC-MEANS-ERROR-sas-proc-summary-error/m-p/292024#M60540</link>
      <description>&lt;P&gt;windows 7 32bit x86 professional with 4 gigs but windows 7 32 bit only recognizes 3.5 gb of ram.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;running sas 9.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i did some light&amp;nbsp;reading, and you need to pax eax or something make the ssd and os hard coded to x36 bit so windows can use the full 4gb of ram and recognize the 4 gb. but that is an endless fail.&amp;nbsp;when i run proc means i get this error, (i think i read somewhere that sas is telling us it tried to use 4 gigs of memory or more to complete this process(proc means) but failed because of this error, ...... maybe says i dont have enough memory/ram ) is that true? i hope it isnt... because then sas 9.0 32bit wouldnt be made for a 32bit os when 32 os can have up to 4 gigs but usuable by any 32 bit os would be more like 3.5gb windows 7 or 2.5 windows vista...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oh im only dealing with 20 subjects x 18 visitnum * 3 variables(qsstresn chgbl pctbl)&amp;nbsp;its not even that much compared to other data sets i have worked with..... but then again that proc means univariate and summary sure DOOO alot of work!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;error with proc means&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;1621 proc means data=qc04 noprint;&lt;BR /&gt;1622 by usubjid;&lt;BR /&gt;1623 /* where cnt&amp;lt;=7;*/&lt;BR /&gt;1624 var qsstresn chgbl pctbl;&lt;BR /&gt;1625 output out=qc05 n=n1 n2 n3 mean=mean1 mean2 mean3 std=std1 std2 std3&lt;BR /&gt;1626 median=median1 median2 median3 min=min1 min2 min3 max=max1 max2 max3;&lt;BR /&gt;1627 run;&lt;/P&gt;&lt;P&gt;ERROR: Read Access Violation In Task ( MEANS )&lt;BR /&gt;Exception occurred at (66FE70BC)&lt;BR /&gt;Task Traceback&lt;BR /&gt;Address Frame (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;66FE70BC 06DAF664 0001:000260BC sassfm01.dll&lt;BR /&gt;66FD97A2 06DAF6A4 0001:000187A2 sassfm01.dll&lt;BR /&gt;66FD83A5 06DAF71C 0001:000173A5 sassfm01.dll&lt;BR /&gt;66FCBDC6 06DAF7BC 0001:0000ADC6 sassfm01.dll&lt;BR /&gt;66FC386E 06DAF7E0 0001:0000286E sassfm01.dll&lt;BR /&gt;67008769 06DAFEC8 0001:00007769 sasmeans.dll&lt;BR /&gt;67E223EE 06DAFEE4 0001:000113EE sashost.dll&lt;BR /&gt;67E26DE0 06DAFEF8 0001:00015DE0 sashost.dll&lt;BR /&gt;011449C7 02E5EA68 0001:000139C7 os_exe.exe&lt;BR /&gt;67E26DA8 05543D90 0001:00015DA8 sashost.dll&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 226 observations read from the data set WORK.QC04.&lt;BR /&gt;WARNING: The data set WORK.QC05 may be incomplete. When this step was stopped there&lt;BR /&gt;were 16 observations and 21 variables.&lt;BR /&gt;WARNING: Data set WORK.QC05 was not replaced because this step was stopped.&lt;BR /&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;BR /&gt;real time 0.17 seconds&lt;BR /&gt;cpu time 0.09 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#00FF00"&gt;to fix this use proc univariate&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc univariate&amp;nbsp;data=qc04 noprint;&lt;BR /&gt;by usubjid;&lt;BR /&gt;/* where cnt&amp;lt;=7;*/&lt;BR /&gt;var qsstresn chgbl pctbl;&lt;BR /&gt;output out=qc05 n=n1 n2 n3 mean=mean1 mean2 mean3 std=std1 std2 std3&lt;BR /&gt;median=median1 median2 median3 min=min1 min2 min3 max=max1 max2 max3;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;but how am i supose to with ease use the function to check the work? i mean i can do 1 transpose and 6 proc means + 3 arrays *3 array variables....&amp;nbsp; but that is not very efficient...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;same erro with proc summary....&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;1632 proc summary data=qc04 noprint;&lt;BR /&gt;1633 by usubjid;&lt;BR /&gt;1634 /* where cnt&amp;lt;=7;*/&lt;BR /&gt;1635 var qsstresn chgbl pctbl;&lt;BR /&gt;1636 output out=qc05 n=n1 n2 n3 mean=mean1 mean2 mean3 std=std1 std2 std3&lt;BR /&gt;1637 median=median1 median2 median3 min=min1 min2 min3 max=max1 max2 max3;&lt;BR /&gt;1638 run;&lt;/P&gt;&lt;P&gt;ERROR: Read Access Violation In Task ( SUMMARY )&lt;BR /&gt;Exception occurred at (66FE70BC)&lt;BR /&gt;Task Traceback&lt;BR /&gt;Address Frame (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;66FE70BC 06DAF664 0001:000260BC sassfm01.dll&lt;BR /&gt;66FD97A2 06DAF6A4 0001:000187A2 sassfm01.dll&lt;BR /&gt;66FD83A5 06DAF71C 0001:000173A5 sassfm01.dll&lt;BR /&gt;66FCBDC6 06DAF7BC 0001:0000ADC6 sassfm01.dll&lt;BR /&gt;66FC386E 06DAF7E0 0001:0000286E sassfm01.dll&lt;BR /&gt;67008769 06DAFEC8 0001:00007769 sasmeans.dll&lt;BR /&gt;67E223EE 06DAFEE4 0001:000113EE sashost.dll&lt;BR /&gt;67E26DE0 06DAFEF8 0001:00015DE0 sashost.dll&lt;BR /&gt;011449C7 02E5E918 0001:000139C7 os_exe.exe&lt;BR /&gt;67E26DA8 0553D400 0001:00015DA8 sashost.dll&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 226 observations read from the data set WORK.QC04.&lt;BR /&gt;WARNING: The data set WORK.QC05 may be incomplete. When this step was stopped there&lt;BR /&gt;were 16 observations and 21 variables.&lt;BR /&gt;WARNING: Data set WORK.QC05 was not replaced because this step was stopped.&lt;BR /&gt;NOTE: PROCEDURE SUMMARY used (Total process time):&lt;BR /&gt;real time 0.23 seconds&lt;BR /&gt;cpu time 0.10 seconds&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 23:28:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-PROC-MEANS-ERROR-sas-proc-summary-error/m-p/292024#M60540</guid>
      <dc:creator>AJSchwab7</dc:creator>
      <dc:date>2016-08-16T23:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: sas PROC MEANS ERROR sas proc summary error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-PROC-MEANS-ERROR-sas-proc-summary-error/m-p/292033#M60546</link>
      <description>&lt;P&gt;You mean you're running SAS 9.04 AKA SAS 9.4?&lt;/P&gt;
&lt;P&gt;If you're truly running SAS 9.0 I'm amazed it's running on Windows 7.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does the following return:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put SAS Long Version: &amp;amp;sysvlong4;
%put SAS Version: &amp;amp;sysver;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These errors are unexpected and you should contact SAS tech support for help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your data size is trivial and shouldn't be an issue, something else is causing this issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 00:43:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-PROC-MEANS-ERROR-sas-proc-summary-error/m-p/292033#M60546</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-17T00:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: sas PROC MEANS ERROR sas proc summary error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-PROC-MEANS-ERROR-sas-proc-summary-error/m-p/292038#M60551</link>
      <description>&lt;P&gt;i have been dealing with that bug for a long time now...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;well i guess it is possibly time to consider upgrading&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unless someone can point me in the right direction for that bug&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 13:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-PROC-MEANS-ERROR-sas-proc-summary-error/m-p/292038#M60551</guid>
      <dc:creator>AJSchwab7</dc:creator>
      <dc:date>2016-08-17T13:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: sas PROC MEANS ERROR sas proc summary error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-PROC-MEANS-ERROR-sas-proc-summary-error/m-p/292055#M60556</link>
      <description>&lt;P&gt;Can you even upgrade to Window 7 anymore?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck, SAS 9.4 is pretty good IMO. One significant difference is median function in SQL and ODS Excel.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 03:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-PROC-MEANS-ERROR-sas-proc-summary-error/m-p/292055#M60556</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-17T03:17:23Z</dc:date>
    </item>
  </channel>
</rss>

