SPP4003 Error at line <line>, column <column>:<type> variable <name> does not conform to a valid numeric type
Language:
C, COBOL, PL/I
Possible Cause:
The host variable is required to be of a numeric type as used in the SQL statement.
Possible Solution:
Change the host variable definition to be a valid numeric type (integer, small integer or decimal with length < 10 and no decimal digits).