proc format;
picture mypct low-high='000,009%';
run;
proc tabulate data=sashelp.class;
class name sex;
var weight height;
table name, sex*(weight height)*(pctsum*f=mypct.);
run;
当我们需要TABLE里面带有我们需要的‘%’的时候,可以用FORMAT里面定义的格式




雷达卡
京公网安备 11010802022788号







