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 (July 2011, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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