LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (March 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 19 Mar 2008 15:04:15 -0400
Reply-To:     Ya Huang <ya.huang@AMYLIN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ya Huang <ya.huang@AMYLIN.COM>
Subject:      Re: Proc SQL problem...
Comments: To: u42132@UWE.UGA.EDU

Has to be capitalized:

where libname='MYLIB'

On Wed, 19 Mar 2008 19:00:22 GMT, flyfishing via MathKB.com <u42132@UWE.UGA.EDU> wrote:

>Could somebody tell me what's wrong with this code. I want to put all >filenames in a single file but didn't get the result... Thank you! > > >libname mylib "f:\my documents\sas library"; > >Proc SQL; >Create Filelist as > select libname, Memname , nobs > from dictionary.tables > where libname='mylib'; >quit; > >-- >Message posted via http://www.mathkb.com


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