Date: Fri, 16 Jan 2009 21:56:43 +1100
Reply-To: john.chapman@virginbroadband.com.au
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: John Chapman <john.chapman@VIRGINBROADBAND.COM.AU>
Subject: De-allocating libref of stored macro catalog
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I find that when I use a stored macro, by doing:
options sasmstore=mac mstored;
libname mac "C:\Temp\StoredMacros";
and invoking a macro from the catalog in mac, I can't then de-allocate
the mac libref, even if I first specify:
options nomstored;
Any suggestions?
Kind regards,
John Chapman
|