Specifies the maximum number of EXEC SQL statements the preprocessor can handle.
Syntax:
MAXSQL={ number }
Parameters:
number
The maximum number of EXEC SQL statements to process.
Properties:
Default:
750
Comments:
The preprocessor can handle up to 750 EXEC SQL statements per program by default. If your program gets a compiler error COBSQL0299S, use this preprocessor directive to increase the maximum.
Comments:
The preprocessor can handle up to 750 EXEC SQL statements per program by default. If your program gets a compiler error COBSQL0299S, use this preprocessor directive to increase the maximum.