Unicode character strings (UNI) are SQL data types similar to fixed-length character strings, but are encoded using UTF-16 characters instead of single- or mixed-byte characters.
03 uni-field1 PIC N(X) USAGE NATIONAL.
01 uni-field2 string.
For more information on using host variables with international data, see OpenESQL Globalization Best Practices.