Date: Fri, 27 Mar 2009 07:25:40 -0400
Reply-To: Nathaniel.Wooding@DOM.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Nat Wooding <Nathaniel.Wooding@DOM.COM>
Subject: Re: Exporting external files...
In-Reply-To: <200903271056.n2RAlKGW024430@malibu.cc.uga.edu>
Content-Type: text/plain; charset="US-ASCII"
Priyanka
This assumes that
1) there are no other files in the folder that you do not want to read
2) you do not need to know the name of the original file.
3) you are using a Windows OS
Data new;
filename indd 'put your path here \*.*" ;
infile indd;
input ..... ;
run;
This should get you started
Nat Wooding
Environmental Specialist III
Dominion, Environmental Biology
4111 Castlewood Rd
Richmond, VA 23234
Phone:804-271-5313, Fax: 804-271-2977
Priyanka Singh
<priyanka.priyank
asingh@GMAIL.COM> To
Sent by: "SAS(r) SAS-L@LISTSERV.UGA.EDU
Discussion" cc
<SAS-L@LISTSERV.U
GA.EDU> Subject
Exporting external files...
03/27/2009 06:56
AM
Please respond to
Priyanka Singh
<priyanka.priyank
asingh@GMAIL.COM>
Hi all,
I want to read and import multiple external files (raw data) in SAS. The
folder from which I want to read and import has all files written in
structured way. How Should I proceed for it.
Thanks,
Priyanka
CONFIDENTIALITY NOTICE: This electronic message contains
information which may be legally confidential and or privileged and
does not in any case represent a firm ENERGY COMMODITY bid or offer
relating thereto which binds the sender without an additional
express written confirmation to that effect. The information is
intended solely for the individual or entity named above and access
by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, distribution, or use of the
contents of this information is prohibited and may be unlawful. If
you have received this electronic transmission in error, please
reply immediately to the sender that you have received the message
in error, and delete it. Thank you.