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 (September 2006, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 29 Sep 2006 13:54:20 +0000
Reply-To:   toby dunn <tobydunn@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   toby dunn <tobydunn@HOTMAIL.COM>
Subject:   Re: one simple question
Comments:   To: sxiao@SFWMD.GOV
In-Reply-To:   <9C5FCBB0CFC9EC42AEB770E9CF8CC72605D4D9F7@EXCHVS01.ad.sfwmd.gov>
Content-Type:   text/plain; format=flowed

Xiao ,

Substitute your path for mine and look at the output:

LibName Test "/export/home/dunnt" ;

Proc SQL ; Create Table Libnames AS Select Distinct LibName , Path From Dictionary.Libnames Where LibName = 'TEST' ; Quit ;

Proc Print Data = LibNames ; Run ;

Toby Dunn

When everything is coming at you all at once, your in the wrong lane.

A truly happy person is someone who can smile and enjoy the scenery on a detour.

From: "Xiao, Steven" <sxiao@SFWMD.GOV> Reply-To: "Xiao, Steven" <sxiao@SFWMD.GOV> To: SAS-L@LISTSERV.UGA.EDU Subject: one simple question Date: Fri, 29 Sep 2006 09:45:23 -0400

Hi, there -

One simple question bothering you guys.

Is there any way for me to check value of a certain libname or file name variable?

For example,

I have statement like "libname user 'c:\tmp\'; my questions come as

(1) how can I know the "user" has been assigned a value or not

(2) if I did have above statement, later on how can I know what value of "user" is in code.

Thanks for bearing my stupid.

Steven


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