Previous Topic: IDCMGENP27 - variable-name is not defined to allow a NULL value, a RUN-time error will occur if the sending expression results in a NULL valueNext Topic: IDCMGENP29 - Label label-name is not defined


IDCMGENP28 - variable-name is not defined to allow a NULL value

Reason:

variable-name is either a dataview field defined as NOT NULL in the SQL CREATE or defined to CA Ideal without the WITH INDICATOR clause. It cannot be assigned NULL.

Action:

Either redefine the variable as WITH INDICATOR or remove the NOT NULL specification in the DB2 catalog.