我有一个程序,它使用以下语法在库中创建存储的编译宏:
options mstored sasmstore=MyLib;
%macro MyMac() /store source des='My Macro';
%let x=1;
%mend;
但是,之后我似乎无法重新分配我的库(MyLib) - 我收到以下消息(sas 9.1.3):
ERROR: Unable to clear or re-assign the library MYLIB because it is still in use.
ERROR: Error in the LIBNAME statement.
任何人都可以建议吗?