DSNE953I csect-name PRECISION OF DECIMAL COLUMN colname EXCEEDS THE MAXIMUM PRECISION FOR THE lang LANGUAGE.

Explanation

DCLGEN was building a COBOL or PL/I language declaration for a table when it encountered a decimal column with a precision greater than the precision supported by the language.

System action

DCLGEN set the return code to 4 and processed the rest of the table.

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.