Date: Fri, 1 Feb 2008 07:06:46 -0800
Reply-To: ash007 <RamsamyAshley@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: ash007 <RamsamyAshley@GMAIL.COM>
Organization: http://groups.google.com
Subject: Big table in proc summary
Content-Type: text/plain; charset=ISO-8859-1
Hello everybody,
Is someon can help me to execute this programm please.
proc summary data= TABLE noprint nway ;
class X1 X2 X3 X4 X5 X6 X7 X8;
var VAR1;
output out=TABLEAUX (drop=_TYPE_ _FREQ_) sum=;
run;
I have this message :
ERROR: Out of memory.
ERROR: PROC SUMMARY was terminated prematurely due to a memory
shortage. Adjusting MEMSIZE and/or SUMSIZE may
allow normal processing to complete.
NOTE: The SAS System stopped processing this step because of
insufficient memory.
NOTE: There were 4745100 observations read from the data set TABLE.
|