|
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
|