DSNE954I csect-name USE OF THE DCLGEN COLSUFFIX(YES) OPTION WILL RESULT IN A MIXED FIELD NAME FOR COLUMN colname. THE lang LANGUAGE DOES NOT SUPPORT MIXED FIELD NAMES.
Explanation
The COLSUFFIX(YES) option and a double-byte NAMES prefix were specified in a DCLGEN invocation, but column colname contains single-byte characters. This combination would result in a generated field name with a mixture of double-byte and single-byte characters, but the lang language does not support mixed field names.
System action
DCLGEN set the return code to 4 and generated the field name as requested.
User response
This is a warning. Be aware that the declaration for column colname causes a compiler error. You must edit the declaration before including it in an application program.