example:
data a;
x=1;output;
x=2;output;
x=3;output;
x=4;output;
run;
data b (drop=i j);
do i=1 to nobs;
set a end=last nobs=nobs;
output;
end;
if last and (i-1)<6 then do;
do j=1 to (6-i+1);
x=. ;output;
end;
end;
run;


雷达卡




京公网安备 11010802022788号







