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 (April 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 20 Apr 2001 12:21:35 -0400
Reply-To:   Charles Patridge <Charles_S_Patridge@PRODIGY.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Charles Patridge <Charles_S_Patridge@PRODIGY.NET>
Subject:   Re: Finding Differences in 2 Datasets
Comments:   To: Darran Zenger <DZENGER@KLUNE.COM>

Darren,

Not sure of your exact requirements but you might try using PROC COMPARE for finding differences. I use it and it works very well when comparing two SAS Datasets for minor and major differences. You will have to set your "BY" values to meet your needs.

If record position is a problem then COMPARE will not work for you in this situation unless you sort both files first. In addition, it is assumed both files have the same number of records to do the comparison.

HTH, Charles Patridge Email: Charles_S_Patridge@prodigy.net


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