- %do i=1 %to &r;
- %local N_&i._s;
- %let N_&i._s=0;
- %do j=1 %to &c;
- %let N_&i._s = %eval (&&N_&i._s + &&N_&i._&j);
- %end;
- %end;
- %do j=1 %to &c;
- %local N_s_&j;
- %let N_s_&j=0;
- %do i=1 %to &r;
- %let N_s_&j = %eval (&&N_s_&j + &&N_&i._&j);
- %end;
- %end;
哪位大侠遇到过上面这种奇怪的现象呢?有点急,恳请高手指点,非常感谢~~~~




雷达卡




京公网安备 11010802022788号







