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 (May 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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