你的观测数不太有规律。 如果观测数有规律的话,可以用循环语句+output。
data test;
do a = 1 to 2;
do b = 1 to 2;
do i = 1 to 9;
c = 1;
output;
end;
end;
end;
* drop i; /* drop i in the final result */
run;


雷达卡



京公网安备 11010802022788号







