COBSQ0299 Internal EXEC SQL statement table overflow - use directive MAXSQL to override default.

The SQL Option preprocessor predefines space for 750 SQL statements. This error is produced if more than 750 SQL statements have been coded in the program.

Specify the directive XDB(MAXSQL=nnnn), where nnnn is a number greater than 750 to allow more than 750 SQL statements, then recompile the program.