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 (October 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 14 Oct 1996 10:48:50 +0100
Reply-To:     Andrew Smith <suqajsmi@READING.AC.UK>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Andrew Smith <suqajsmi@READING.AC.UK>
Organization: University of Reading, U.K.
Subject:      Re: how to find the macro library
In-Reply-To:  <9610072011.AA01576@tug29>

On Mon, 7 Oct 1996, Tim Pi wrote:

> I got a SAS program which calls a macro several times but > there is no %include commend in this program. Is there a > macro library and how I can find where the library is (I mean > how to set up my own library)?

You can set up a library with the SASAUTOS system option and simply place macroname.sas programs in the directory designated by the SASAUTOS library. The option can be set in your SAS config file if you like, and you can use PROC OPTIONS to find out the current value of SASAUTOS.

Andrew Smith University of Reading


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