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 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 14 Oct 1999 15:17:23 -0400
Reply-To:   Bernard Tremblay <bernard@CAPITALE.QC.CA>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
Comments:   To: Cortney <cortney1273@my-deja.com>
From:   Bernard Tremblay <bernard@CAPITALE.QC.CA>
Organization:   Imaginasys enr.
Subject:   Re: library reference in Unix
Comments:   To: SAS-L@LISTSERV.VT.EDU
Content-Type:   text/plain; charset=us-ascii

Cortney wrote: > > Howdy SASers, > > Is it possible to assign a libname to 2 different directories in Unix? > I know you can on PC SAS...... > > Thanks, > Cortney > > Sent via Deja.com http://www.deja.com/ > Before you buy.

Hi Cortney,

Of course:

libname many ('/work1','/stat15','/stat16');

will work.

But be carefull if you write to the libname. New file are written in first directory and modified files are rewritten in first directory too (without deleting original...).

Regards, Bernard Tremblay

-- \\\|/// \\ - - // ( @ @ ) +-----oOOo-(_)-oOOo-------+--------------------------------------+ | Bernard Tremblay | | | La Capitale | Tel: (418) 646-2401 | | | Fax: (418) 646-5960 | | | Int: Bernard.Tremblay@capitale.qc.ca | +-------------------------+--------------------------------------+ | Imaginasys enr | Res: (418) 658-1411 | | | Int: bertrem@quebectel.com | +--------------Oooo-------+--------------------------------------+ oooO ( ) ( ) ) / \ ( (_/ \_)


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