| Date: | Tue, 5 Jul 2011 12:43:23 +0000 |
| Reply-To: | "Fehd, Ronald J. (CDC/OCOO/ITSO)" <rjf2@CDC.GOV> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Fehd, Ronald J. (CDC/OCOO/ITSO)" <rjf2@CDC.GOV> |
| Subject: | Re: sasautos system option |
| In-Reply-To: | <000001cc38f4$74d00fb0$5e702f10$@com> |
| Content-Type: | text/plain; charset="us-ascii" |
A SASautos Companion: Reusing Macros
Ronald J. Fehd
Here is the TinyUrl: http://tinyurl.com/26fsj3p
for this page:
http://www.sascommunity.org/wiki/SASautos_Companion_Reusing_Macros
paper:
http://www2.sas.com/proceedings/sugi30/267-30.pdf
Ron Fehd macro maven
> -----Original Message-----
> From: owner-sas-l@listserv.uga.edu [mailto:owner-sas-
> l@listserv.uga.edu] On Behalf Of bbser 2009
> Sent: Saturday, July 02, 2011 4:13 PM
> To: SAS-L@listserv.uga.edu
> Subject: sasautos system option
>
> Hi there
>
> It is said that, if we do not include the default autocall library in the
> value of the SASAUTOS system option, the new autocall library will
> replace the default and the autocall facility will not have access to
> the default.
>
> As shown below, although I only specified the autocall library
> defined by myself, I still had the access the macro %lowcase which
> is from the default autocall library.
> Could you please tell me what's going on here? Thanks.
>
> Max
> (Maaxx)
> ===============
> 93 options mautosource sasautos=myautos;
> 94 %let y=%lowcase(W);
> 95 %put &y;
> w
|