u009e User Exit

The u009e user exit replaces all occurrences of str1 with str2 in str3.

Syntax

xx = oconv("u":am:str1:am:str2:am:str3, "u9e")

Example(s)

xx=oconv("u":am:"jan":am:"feb":am:"The month is jan","u9e")

The value of xx is "The month is feb".

See Also

convert Statement, s (Substitution) Processing Code