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.