Date: Fri, 30 May 2008 09:31:23 -0500
Reply-To: Citam <citam.sasl@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Citam <citam.sasl@GMAIL.COM>
Subject: Re: What is Exact use of Libname statement
In-Reply-To: <316e5ee3-38a8-4e70-be20-df1ae0bcb5e4@a32g2000prf.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
On 5/30/08, Satya <kondal4uall@gmail.com> wrote:
> hi friends,
> Using libname statement ,we can not create perment libraries then what
> is use of libname st.
> what are other purpose of libname statement.
> plz reply.
> bye...........
You could easily accomplish both the creation and the assignment of
the libname using a datastep and CALL EXECUTE(), for instance. Look
for the DCREATE() function. If you do not have v9, then you'll have
to specify to the list your OS. At this point, you could use X
statements.
|