Database Error Messages

PCC-02374

SQLCHECK value exceeds command line value

Cause

The value given to the SQLCHECK option in an EXEC ORACLE statement in a program was greater than the value given either on the command line or greater than the default value if no SQLCHECK option was given on the command line.

The order of the option values is SEMANTICS>SYNTAX>NONE.

When this warning message is issued, the original value of SQLCHECK (the default or the command-line value) stays in effect.


Action

Remove or recode the EXEC Oracle option(s) in the .pc source file to avoid this warning message.