Date: Tue, 6 Dec 2005 15:06:33 -0800
Reply-To: hs <Haili.Sun.Shen@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: hs <Haili.Sun.Shen@GMAIL.COM>
Organization: http://groups.google.com
Subject: fimename with space
In-Reply-To: <BAY101-F15C7156037A068C06C4576DE400@phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"
Anybody has experience to read a filename with space inside it? e.g.,
file name is "abstract acs". I tried to use quote with this file name
but it won't work. thanks.
data myfile;
set abstract acs; (how to do it?)
run;
hsocean
|