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 (April 2003, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 30 Apr 2003 09:28:20 -0400
Reply-To:   Magnus Mengelbier <magnus.mengelbier@FERRING.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Magnus Mengelbier <magnus.mengelbier@FERRING.COM>
Subject:   Re: set up local configuration file in UNIX
Comments:   To: Hongjie Wang <hongjie_wang88@YAHOO.COM>

Hello

I think there are several different paths you can travel ... and my two cents (in euros that is).

1) Peter has given you a good suggestion.... 2) I have a tendency to stray from modifying the cfg-files as it may include global configuration options to your site. Stepping on my own toes one too many times, I have started using the autoexec file quite extensively with the -autoexec system option. I actually have several depending on what I am to do, ie one for production environment, one for development, and one for play. Shell scripts might be in order if you want some configuration options.

If you just wish to have certain macros be used before others, just set up your FMTSEARCH option to include your "personal library" before any of the rest. I suggest you refrain from modifying your cfg file for just a FMTSEARCH option.

HTH

Magnus

On Tue, 29 Apr 2003 13:53:17 -0700, Hongjie Wang <hongjie_wang88@YAHOO.COM> wrote:

>Dear Friends: > >I run SAS in a UNIX environment and would like to know >a way where I can have a customized configuration >file. For example, I may want to point to a particular >directory containing my macros so that I can invoke >them all the time. I was told that one can copy the >default configuration file, make changes and save in a >local directory. But the issues is that this file is >only used if the sas program is in the same directory >and launched there. Is there anyway I can set up my >local config file and run SAS (under my login, of >course), anywhere, and the configuration file will be >used? > >Thanks. > >Hongjie Wang > >__________________________________ >Do you Yahoo!? >The New Yahoo! Search - Faster. Easier. Bingo. >http://search.yahoo.com


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