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 (November 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 6 Nov 2007 19:51:27 -0500
Reply-To:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Subject:   Re: SAS library question

On Tue, 6 Nov 2007 12:10:29 -0600, Kevin Viel <kviel@SFBRGENETICS.ORG> wrote:

>> -----Original Message----- >> From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On >> Behalf Of Masuod Pajoh >> Sent: Tuesday, November 06, 2007 11:35 AM >> To: SAS-L@LISTSERV.UGA.EDU >> Subject: SAS library question >> >> I would like create all the permanent SAS libraries under a >> sub directory like this: >> C\: >> Saslibs\ >> inventory\ >> perishable >> nonperishable >> depreciable >> nondepreciable >> . >> . >> . >> salesperson\ >> john >> betty >> ken >> . >> . >> . >> >> how can I create these? >> >> I use SAS v 9.1.1 M3 on XP. > > >This is not to clear, so I will suggest two things: > >DCREATE() >LIBNAME

There is also a LIBNAME() function.

However, I wonder why Masuod wants such a tree. It suggests that data dimensions which ought to be internalized in the SAS data structure are instead being fragmented in the host file system.

> >The former is a function, the latter is a statement. > >HTH, > >Kevin > > >Kevin Viel, PhD >Post-doctoral fellow >Department of Genetics >Southwest Foundation for Biomedical Research >San Antonio, TX 78227


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