菜单

宏过程的定义

%macro print; /*宏过程的定义*/
proc print data=sashelp.class;
run;
%mend print;
%print;