请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
zhangzachary 发表于 2013-1-21 22:49 原理不一样。宏里面可以用%goto。
chenys625 发表于 2013-1-22 21:25 %macro a(test); %if &test.=1 %then %do; %put Go to End;
Imasasor 发表于 2013-1-22 21:36 %macro whatever; %do i=1 %to 5; %if &i=3 %then %goto endmacro;