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 (January 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 9 Jan 2009 07:52:19 -0600
Reply-To:   "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM>
Subject:   Re: CSV files
Comments:   To: yom <yomsas@gmail.com>
In-Reply-To:   <6aa258df0901090419n428895dq2673c45be5932949@mail.gmail.com>
Content-Type:   text/plain; charset=ISO-8859-1

If you have UNIX the command is tail. You should be able to find a windows version to download. You can then execute via INFILE PIPE for each file that you want to include in the report.

On 1/9/09, yom <yomsas@gmail.com> wrote: > Dear all, > > Do you know if it is possible to get the number of lines of a csv file (or > text file) without creating the whole sas table. > I would like to create a sas table with only one observation whose values > are those of the last line of this csv file. Do you know a quick method ? > > Thank you very much in advance. > yom >


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