The u11b6 user exit converts a unit expression to a numeric value as defined by the TCL set-units, set-dozens, set-decimal, or set-thousands commands.
x = oconv(num.exp, "u11b6")
:set-dozens :u bp test 01 print oconv(5,"u11b6")
This program prints the value 60, as 60 = 5 dozen.