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 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 20 Mar 2001 11:46:42 -0800
Reply-To:   sasguy@visto.com
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Peter Eberhardt <sasguy@VISTO.COM>
Subject:   Re: Reading TSE data
Content-Type:   text/plain; charset=us-ascii

Michelle: A couple of quick things. First, you should have explicit keep= lists on you data sets (eg DATA sasdata.daily (keep=ticker bido asko...) )otherwise each of the datasets ends up with variables that do not belong. Second, you use trailing @@ on some of your inputs. This tells sas to 'hold onto this line across the data step loops'. Since you explicitly give a line length, I assume each instance of each record (except the header)is on a different line so both (and possibly neither) of the trailing @@ are required

peter ___________________________________________________________________________ Visit http://www.visto.com/info, your free web-based communications center. Visto.com. Life on the Dot.


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