Treat NCHAR values as numeric values

If you plan to perform calculations on numbers that are stored in a column, assign a numeric data type (such as INTEGER or FLOAT) to that column.

The description of the CHAR data type in the Informix® Guide to SQL: Reference provides detailed reasons you do not store certain numeric values in CHAR values. The same reasons apply for certain numeric values as NCHAR values. Treat only numbers that have leading zeros (such as postal codes) as NCHAR data types. Use NCHAR only if you must sort the numeric values in localized order.