The u009d user exit encodes or decodes a string of characters.
coded.str = iconv(seed:am:str, ’u009d’) uncoded.str = oconv(seed:am:str, ’u009d’)
iconv | Encodes the string, and oconv decodes the string. |
seed | Any non-null string of characters that are used in the encryption algorithm. |
am | Indicates an attribute mark (char(254)). |