COBSQ0401 Statement is too long.

The SQL statement passed to the SQL Option preprocessor is more than 65536 characters long. The SQL Option 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.

Break the SQL statement into multiple SQL statements, then recompile the program.