请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
未调试~???
proc sort data=a;by day;
if first.day then i=0;i+1;
if last.day & i<5;run;