%macro fetobs(dataset,id); %let ope=%sysfunc(open(&dataset.,i)); %let rc=%sysfunc(fetchobs(&ope,&id));%if &rc =-1 %then %put***end of data set has been reached*****; %if&rc>0 %then %put %sysfunc(sysmsg());%mend fetobs;%fetobs(dataset=sashelp.class,id=10);为什么我的宏没输出内容啊? |
|
|
|
|
共 1 个关于本帖的回复 最后回复于 2013-8-16 17:21