uriah 发表于 2010-3-11 10:40 
对一个数据集处理,运行summary tables时, 出现了 ”ERROR: Limit of 2147483647 potential interactions within a crossing exceeded for the table
statement at line 60.“,怎么解决啊?
运行环境9.1.3,在enterprise guide 4.3下。
谢谢
The data has too may class levels!.
Suppose that the class statement as
class var1 var2 var3;
var1=1000 levels(unique values)
var2=800 levels(unique values)
var2=500 levels(unique values)
The class leveles =1000*800*500;
If you have a num variable with many unique values, it may cause the similar problem.