dataxx(drop=i);count=0;
do i=1 to 1000;
doj=1 to i;
ifmod(i,j)=0 then count=count+1;
ifcount=2 then output ;
end;
run;
proc print;
自己编的程序好像有问题,求高人指点。
请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
biyanyidao 发表于 2014-4-14 10:31 data xx; do i=1 to 1000; count=0;