data ex;
input year i y x1 x2 x3@@;
ly=log(y);
lx1=log(x1);
lx2=log(x2);
lx3=log(x3);
cards;
数据
;
proc print data=ex;
run;
当我把变量输到7、8个时就出现了limit set by errors=option reached,Further errors of this
type will not be printed.
怎么会这样子呢?谁遇到过啊,而且对数据进行观察,发现数据完全乱了,不是原来的顺序;
加入proc sort;
by year i;
也不行;郁闷啊!!!
我做了很久的东西都没出现这样的情况,谁帮帮忙啊,谢谢!!



雷达卡





京公网安备 11010802022788号







