%macro a(statement1,statement2);
data b;
set a;
&statement1.;
&statement2.;
else type="other";
run;
%mend;
%macro where;
where name ='abc';
%mend;
%macro if;
if days>360 then type="long";
%mend;
%a(%where,%if);

|
楼主: 踩云飞
|
1598
2
[问答] 宏程序里的一段语句能设置成宏参数吗? |
|
博士生 98%
-
|
| ||
|
|
加好友,备注cda京ICP备16021002号-2 京B2-20170662号
京公网安备 11010802022788号
论坛法律顾问:王进律师
知识产权保护声明
免责及隐私声明


