Date: Thu, 11 Mar 2010 12:46:17 -0500
Reply-To: Lou <lpogoda@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Lou <lpogoda@HOTMAIL.COM>
Organization: A noiseless patient Spider
Subject: Re: Soundex singed different values for same names?
From the description of the function in the documentation, "TAMARI" should
encode as T56 - if you're getting anything else, it would appear that you
have a problem. But whether it's a problem with your installation or your
code, we can't tell. It might be helpful if you posted an example of your
code.
"Nancy" <nancy0318@gmail.com> wrote in message
news:c6d64752-83c8-4db6-972f-138850277d73@a18g2000yqc.googlegroups.com...
> Hello All,
>
> I just found a problem when using the soundex function. It singed
> different values for the same names in my data sets. I am wondering
> whether there is somehing wrong with my opreation or somthing else.
>
> Thank you,
>
> Please see the examples:
>
> Obs First_name IDF
>
> 1 TAMARI T5623
> 2 TAMARI T56
> 3 DEVIN D151
> 4 DEVIN D15
> 5 JULIO J42
> 6 JULIO J4
> 7 NGOC N221
> 8 NGOC N22
> 9 TAMARI T5623
> 10 TAMARI T562
>
|