次の構文を使用して、ライブラリに保存されたコンパイル済みマクロを作成するプログラムがあります。
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.
誰かアドバイスできますか?