SPP4046 Error at line <line>, column <column>:<name> names an unusable host variable structure
Language:
C, COBOL, PL/I
Possible Cause:
An unusable host structure (one which contains invalid host variable definitions or is an indicator array) was referenced in an SQL statement.
Possible Solution:
Indicator arrays may only be used with a host structure on output. If the host structure is not an indicator array, verify the definitions of the variables within the structure. Correct as possible or eliminate reference to the host structure.