Date: Fri, 26 May 2006 16:33:18 -0400
Reply-To: "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Subject: Re: A PROC COMPARE QUESTION
On Fri, 26 May 2006 15:55:46 -0400, Rathindronath <mehedisas@YAHOO.COM>
wrote:
>I have two compare 3 variables from one dataset to 3 variables from another
>dataset. Can anyone please tell me how to use Proc Compare for this
purpose?
Use data set options (DROP/KEEP, RENAME) to make it appear to the proc that
both data sets have the same membership.
Try that, and if it does not give you what you expect, post your code and
explain what is wrong and/or lacking in the results.
>Thanks
|