LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page