Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 SAS 中运行一个宏,它偶尔会产生如下错误:
错误:排序执行失败。
宏在此错误后继续处理,但我想强制它停止进一步执行。有没有办法做到这一点?
评估自动宏变量&syserr并有条件地调用%abort看起来应该可以工作。
&syserr
%abort