The u00b9 user exit returns a soundex value for a specified string.
soundex = oconv(str, ’u00b9’)
string = ’DEMONS’ soundex= oconv(string, ’u00b9’)
This returns D552 to the variable, soundex.
soundex() function