SPP4005 Error at line <line>, column <column>:<type> variable <name> does not conform to type VARCHAR or type SMALLINT
Language:
C, COBOL, PL/I
Possible Cause:
The statement requires that the host variable type be either a VARCHAR or SMALLINT. Normally this error is received with the SET CHARSET statement.
Possible Solution:
Make the host variable a varying character or a small integer, depending on the information being supplied to the statement.