Generally, when you use double-byte characters in QMF, you enter fewer characters than when you use only single-byte characters. For example, object names in quotes can be 18 single-byte characters long or eight double-byte characters long.
To calculate the length of names and fields containing only double-byte characters:
Thus, object names can be eight DBCS characters long.
To determine whether a name or field can contain a particular mix of double-byte and single-byte characters, use a similar process. First, for each string of double-byte characters in the name or field:
Add the sums from all the individual strings of double-byte characters, and then count the number of single-byte characters. Add the number of single-byte characters to the sums of the double-byte characters. The total cannot exceed the maximum length of the name or field that is stated for single-byte characters only.
For descriptions of the types of QMF names and fields in which you can use DBCS data, see Data types you can use with DBCS data, Using DBCS data in Input fields, and Using DBCS in form panels.