我不是主要用sas,就是拿一些code看着学的......作者: shiyiming 时间: 2010-8-18 00:20 标题: Re: 关于 _n_ 的一个问题 run the following SAS code mulitple times, and check the SAS log, and you may totally understand how this procdure works.[code:ebt00j6h]data one;
set comp;
if _n_=rantbl(0,0.2,0.3,0.5);
putlog _all_;
run;[/code:ebt00j6h]