Date: Sun, 17 Aug 1997 09:58:30 -0400
Reply-To: Anthony Ayiomamitis <ayiomamitis@IBM.NET>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Anthony Ayiomamitis <ayiomamitis@IBM.NET>
Subject: Re: Help!!
Content-Type: text/plain; charset=iso-8859-1
mop14117 wrote:
>
> Hello everybody!!
>
> Please, can you tell me if it4s possible to compare two or more records
> within a dataset.
>
Rui,
If you are looking to compare records within a dataset so that
perhaps duplicates can be removed, you can use a PROC SORT step with a
NODUPS option ... another alternative would be to use PROC COMPARE where
you will have to create a second dataset to use in conjunction with the
first ...
Can you be more specific as to your intentions and extent of
comparison between records you are looking to achieve?
Anthony.
|