SPP4010 Warning, Statement beginning on line <line>:<column> is nullable, but no host indicator variable is provided
Language:
C, COBOL, PL/I
Possible Cause:
The column as defined for the table/view may contain a null value and the host variable receiving the field has no associated indicator variable.
Possible Solution:
If the field will never be null when returned to the program, no action is necessary. However, if the field might be null, an indicator variable should be provided to prevent an error situation from arising.