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 (June 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 24 Jun 2006 11:16:26 -0400
Reply-To:   sbarry@sbbworks.com
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Scott Barry <sbarry@SBBWORKS.COM>
Organization:   SBBWorks, Inc.
Subject:   Re: Reading multiple .RPT files from a Folder into SAS dataset
Content-Type:   text/plain; charset="us-ascii"

The following SAS technical support note/document should provide you guidance with using FILENAME and PIPE to read your directory/file information and then process the file list individually with your own DATA/PROC step(s), as needed.

Sincerely,

Scott Barry SBBWorks, Inc.

http://support.sas.com/techsup/technote/ts581.html

__________________________________

Date: Sat, Jun 24 2006 11:01 am SUBJ: Reading multiple .RPT files from a Folder into SAS dataset

Hi I have a folder containg around 30 .RPT ASCII text files and I need to read all of them into a single SAS dataset. The .rpt files are huge and doing the Import individually might be a time consuming effort. Is there a method of reading files from a folder one by one and converting them into SAS datasets. Needed help from all of you if anyone has done something similar and how should one go about it . Thanks Nishant


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