LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (November 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 11 Nov 1999 07:54:43 +0000
Reply-To:     roland.rashleigh-berry@virgin.net
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Roland <roland.rashleigh-berry@VIRGIN.NET>
Organization: N/A
Subject:      Re: How to compare a VERY large flat file against a 7000 record
              SAS
Content-Type: text/plain; charset=us-ascii

David_Fickbohm@FFIC.COM wrote: > > People: > I need to compare a VERY large flat file against a 7000 record SAS file. The > flat file has all 20 years of data. With each year being probably 200,000 > records. Can anyone one give me an idea how to do this ? > Thanks in advance > Dave

200,000 records isn't a lot. Capacity Planners deal with millions of records every day. Read in the bare information from this large file into a SAS dataset and compare with your existing SAS dataset by doing a merge if you can.

Roland


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