Unicode numeric data types (signed and unsigned) can hold values up to a driver-specified precision and scale.
Host Variable Formats
- OpenESQL
-
01 uninum-us PIC 9(5)v9(5) USAGE NATIONAL.
01 uninum-sls PIC S9(5) SIGN LEADING SEPARATE USAGE NATIONAL.
01 uninum-sts PIC S9(5)v9(5) SIGN TRAILING SEPARATE USAGE NATIONAL.
Native OpenESQL supports:
- Unsigned and signed Unicode numerics
- Leading and trailing signs