COBDB0101 Statement is too long.

The SQL statement passed to the preprocessor is greater than 65536 characters long. The preprocessor gets passed a compressed version of the SQL statement rather than the original source which may have comments included in the source as well as leading and trailing blanks.

Resolution:

Look at breaking the SQL statement into multiple SQL statements and then try recompiling the program.