Version
All versions
Explanation
This error occurs when using a precompiler in the development environment.
Cause
When the INDICATOR variable is not specified while NULL is returned as the return value of a column in the SELECT statement, this error occurs with SQL_SUCCESS_WITH_INFO.
Action
This error can be avoided by using the option ‘unsafe_null’ in the precompiler option or using the INDICATOR variable as in the above example.
Reference
N/A