SQLPP errors
942
field used more than once in SET DESCRIPTOR statement
Message value Message Type
2651 Error
The same keyword has been used more than once inside a single SET
DESCRIPTOR statement.
full SQL feature
Message value Message Type
2668 Flag (warning or error)
host variable ’%1’ has been redefined
Message value Message Type
2665 Warning
host variable ’%1’ has two different definitions
Message value Message Type
2625 Error
The same host variable name was defined with two different types within the
same module. Note that host variable names are global to a C module.
host variable ’%1’ is unknown
Message value Message Type
2620 Error
You have used a host variable in a statement and that host variable has not
been declared in a declare section.
Probable cause
Probable cause
Probable cause