ERROR | NULL value returned by EXEC TOOLS statement |
CAUSE | A NULL value was returned by EXEC TOOLS for a host variable that lacks an indicator variable. This error is returned only when MODE=ANSI. When MODE=ORACLE, although the value of the host variable is indeterminate, no error is generated. |
ACTION | Associate an indicator variable with each host variable to which nulls might be returned. |