u6193 User Exit

The u6193 user exit removes all but the last three characters from the data passed from the variable.

Syntax

results = oconv(str.exp, ’u6193’)

Example(s)

string = "abcdefghixyz"

string = oconv(string,’u6193’)

In this example, the result of the conversion call is xyz.

See Also

PROC User Exits

ri Command

ua1a2 User Exit