高手 果然是高手 ! 多谢指点 。
再请教一事, 刚才在处理数据时,又碰到如下问题:
165 data n.tab3_ba;
1166 set n.tab3;
1167 array dt{*} _:;
ERROR: All variables in array list must be the same type, i.e., all numeric or character.
ERROR: All variables in array list must be the same type, i.e., all numeric or character.
ERROR: All variables in array list must be the same type, i.e., all numeric or character.
ERROR: All variables in array list must be the same type, i.e., all numeric or character.
1168 do i=1 to dim(dt);
在处理 tab1, tab2都没有问题, 就处理到tab3, 出现了 。
变量必须相同格式吗? 好像tab1 tab2里的格式 和tab3里的格式是一样的
怎么处理这种问题? 谢谢!



雷达卡

京公网安备 11010802022788号







