The u6193 user exit removes all but the last three characters from the data passed from the variable.
results = oconv(str.exp, ’u6193’)
string = "abcdefghixyz" string = oconv(string,’u6193’)
In this example, the result of the conversion call is xyz.