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 (October 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 3 Oct 2007 16:22:58 -0400
Reply-To:     Priya Swamiappan <swppriya@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Priya Swamiappan <swppriya@GMAIL.COM>
Subject:      Compare the values of same dataset generated at different dates

Dear Expert,

I need to compare the same dataset generated at twno different dates(the order of the records of one or more fields is not equal to that in other dataset).

I used proc compare for this.

proc compare data=trData compare=refData OUT=all outnoequal listvar LISTOBS; run; trdata - same as refdata but generated at different date with some modifications.

Can someone confirm me whether this code gives out the exact difference if any. Or can you suggest me any other means of comparing.

Thanks in advance.

Priya


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