proc sort data=sashelp.Cars;
by descending Weight;
run;
data a;
set sashelp.Cars;
If _N_=1 then call symput("selectedweight",Model);
else stop;
run;
proc print data=sashelp.Cars;
where Model="&selectedweight";
title"The model with the most heavy is &selectedweight";
run;



雷达卡





京公网安备 11010802022788号







