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 (March 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 3 Mar 2006 15:24:25 -0500
Reply-To:   Ya Huang <ya.huang@AMYLIN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Ya Huang <ya.huang@AMYLIN.COM>
Subject:   Re: Determining the last line of the last file of a set of Concatentated Datasets
Comments:   To: Matthew.Pettis@GMAIL.COM

Check out this thread. It might be helpful:

http://listserv.uga.edu/cgi-bin/wa?A2=ind0509d&L=sas-l&D=0&O=A&P=38255

Ya

On Fri, 3 Mar 2006 11:58:41 -0800, Matt_Pettis <Matthew.Pettis@GMAIL.COM> wrote:

>Man, I am really using SAS-L today... > >I am reading raw files into a datastep using a filename ref, where the >filename statement is of the form: > >filename raw "c:\temp\*.txt"; > >In my datastep, I would like to trigger an event to happen (actually, >the output of a dataset built by using the hash object in SAS9) after >the very last line of the very last file of this set of concatenated >files is read in. using the end=, eof=, eov= variables set in the >'infile' statement don't seem to help, as they either trigger at the >end or beginning of every file in the concatenated file list. this has >gotta be doable -- anybody have help or advice on this? > >tia, >matt


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