Date: Thu, 7 Nov 2002 04:11:43 -0500
Reply-To: Igor Katelikov <i_katelikov@TCI.UKRTEL.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Igor Katelikov <i_katelikov@TCI.UKRTEL.NET>
Subject: PROC TABULATE Error
Hi, All
My question is about the next error during proc tabulate:
ERROR: "Limit of 2147483647 potential interaction within a crossing exceed
for the table statement at line 10662"
My proc tabulate correctly work with 300 observations on SAS ver. 8.2 for
MS Windows 2000 ,
but in 40 000 obs. - I received this ERROR.
I used in this case proc tabulate with 5 variable values.
Also before proc tabulate
was closed ODS output to listing
ODS listing close;
ODS html body .....;
........
........
proc tabulate.... ;
BUT when I used 1 or 2 or 3 variable values for 40 000 observations
I got results in html file without any error .
May be You know about list of limitations for proc tabulate or
some SAS software rule for this procedure ?
Thanks to all who may help.
Igor