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 (October 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 1 Oct 2007 18:22:16 -0400
Reply-To:   Arthur Tabachneck <art297@NETSCAPE.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Arthur Tabachneck <art297@NETSCAPE.NET>
Subject:   Re: How to get rid of warning message from proc dataset
Comments:   To: master2005_sas@YAHOO.COM

Mindy,

Your code works, on my system, as originally written. Thus, two more questions: (1) does try exist in libname temp? and (2) is try a SAS dataset of the same version as the version of SAS you a running?

Art ------- On Mon, 1 Oct 2007 20:43:44 -0000, Mindy <master2005_sas@YAHOO.COM> wrote:

>On Oct 1, 11:32 am, art...@NETSCAPE.NET (Arthur Tabachneck) wrote: >> Mindy, >> >> Do you still get the warning if you use double quotes {") rather than >> single quotes (') in the libname statements? >> >> Art >> ------ >> >> >> >> On Mon, 1 Oct 2007 10:59:47 -0700, Mindy <master2005_...@YAHOO.COM> wrote: >> >Hey, guys, >> >> >I submitted the followin codes, and get warning message as "Warning: >> >No matching members in directory". I cheked some papers, SAS gave such >> >message when library is not specified. But in my case, the library is >> >defined. >> >And the warning still exists the second time I run the code. Does any >> >one know how to get rid of the warning? (note: try is a sas dataset) . >> >Many thanks. >> >> >libname temp 'C:\Documents and Settings\Desktop\test'; >> >libname t2path 'C:\Documents and settings\Desktop\test\sub_m'; >> >> >proc datasets; >> > copy in=temp out=t2path; >> > select try; >> >quit; >> >Mindy- Hide quoted text - >> >> - Show quoted text - > >Yes, even if I replace single quotation with double quotation, the >warning is still there. Thanks. > >Mindy


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