PCC-00119: Value of const variable in INTO clause will be modified

PCC-00119: Value of const variable in INTO clause will be modified

Cause: A variable declared with the type specifier const was used in an INTO clause. Such variables should not be modified and should not be used in an INTO clause.

Action: Check the spelling of all identifiers in the INTO clause. If necessary, remove const from the host variable declaration or use a different host variable.

No comments:

Post a Comment