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