PCB-00008: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL or SQL

PCB-00008: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL or SQL

Cause: The precompiler tried to parse an embedded PL or SQL block when SQLCHECK={SYNTAX | NONE}. PL or SQL blocks can be parsed only when SQLCHECK=SEMANTICS is specified.

Action: Remove the PL or SQL block or specify SQLCHECK=SEMANTICS.

No comments:

Post a Comment