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 (December 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 14 Dec 2005 13:57:10 -0800
Reply-To:     monal kohli <k_monal_99@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         monal kohli <k_monal_99@YAHOO.COM>
Subject:      Re: Input multiple raw file
Comments: To: smartie_zhuo@HOTMAIL.COM
In-Reply-To:  <1134596771.920545.43770@g43g2000cwa.googlegroups.com>
Content-Type: text/plain; charset=iso-8859-1

You could use compress function like this:

nextfile="C:\Nov05\" !!compress("xxx"!!put(i,2.)!!".txt",' '); do until (lastobs); infile temp filevar=nextfile truncover end=lastobs ;

HTH Mona --- smartie_zhuo@HOTMAIL.COM wrote:

> Hi There > I use filevar to read multiple external files,but I > found when my > external file name include blank,for example "abc x > y.txt " then SAS > doesn't recognize it.If I removed the blank and > changed the file name > to "abcxy.txt" then SAS can read it.I want to know > is there any way to > input multiple file whose file name include blank. > > Thanks >

__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


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