Database Error Messages

PCC-02437

Expecting an expression having integer numeric type

Cause

The specified host variable has not been declared to be an acceptable numeric integral type. Generally, when this error occurs, a signed or unsigned integral type is expected. Floating point or other imprecise numeric types are considered erroneous.


Action

Replace the problematic host variable with one that is declared using a proper exact numeric integral type.