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
|