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 (December 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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