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 (June 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 7 Jun 2006 14:46:04 -0400
Reply-To:     "Rickards, Clinton (GE Consumer Finance)"
              <clinton.rickards@GE.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Rickards, Clinton (GE Consumer Finance)"
              <clinton.rickards@GE.COM>
Subject:      Re: Enterprise Guide 3.0 equivalent of autoexec to run a LIBNAME
Comments: To: Stéphane Colas <saslist@DATAMETRIC.FR>
In-Reply-To:  A<1149702589.448711bd197b0@ssl0.ovh.net>
Content-Type: text/plain; charset="iso-8859-1"

In our environment, EG looks to be running a .../SASMain/sas.sh, which in turn calls .../sas9.1.3/sas.sh, the same command as when I run a SAS session from directly on the box, invoking my autoexec.sas. This may or may not be a standard install (but I think it is). I'm not sure if anything other than the autoexec.sas needs to be done. I would suggest create the autoexec (it is needed anyway) and then test a new EG session.

Clint

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU]On Behalf Of Stéphane Colas Sent: Wednesday, June 07, 2006 1:50 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Enterprise Guide 3.0 equivalent of autoexec to run a LIBNAME

all,

the autoexec.SAS file could be create on the server and then executed by SEG.

create the autoexec.sas go the SEG administrator > server's properties into, see the 'Options' part and the field that I approximativle translate by 'instruction at SAS startup'. here, write : %inc '....\autoexec.sas' where ... is the path. after, test the connexion in the 'test' part of the server properties.

-- Stéphane.

http://www.datametric.fr

Selon "Rickards, Clinton \\(GE Consumer Finance\\)" <clinton.rickards@GE.COM>:

> Bob, > > Try creating an autoexec.sas file in your home directory on the Unix server > and adding the libname statements there. > > Clint > > -----Original Message----- > From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU]On Behalf Of > bobberto > Sent: Wednesday, June 07, 2006 12:36 PM > To: SAS-L@LISTSERV.UGA.EDU > Subject: Enterprise Guide 3.0 equivalent of autoexec to run a LIBNAME > > > Hello all, > > Is there an Enterprise Guide equivalent of autoexec.sas ? > > I would like a LIBNAME statement to run upon startup. The library to > be accessed is not local ; > rather it is on my SASMain (Unix). The library is not defined on the > metadata server. > > Thanks, > > Bob B, Somerset NJ >


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