3798 A column or character expression is larger than the max size.
Explanation:
The maximum size limit for a character expression or column of LATIN, KANJI1, UNICODE or GRAPHIC character type is 64000 bytes. It is 32000 bytes for KANJISJIS character type. The maximum size limit for a column or expression of type BYTE or VARBYTE is 64000 bytes. If it is returned in the fieldmode the limit is 32000 bytes representation because its representation takes two characters to represent a byte.
Generated By:
SYN and OPT modules.
For Whom:
End User.
Remedy:
Reduce the size of the column.