Previous Topic: IDCMGENP26 - END-EXEC found outside of an SQL statementNext Topic: IDCMGENP28 - variable-name is not defined to allow a NULL value


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 value

Reason:

The evaluation of a function or expression can give a result of NULL. When variable-name is assigned to NULL, a run-time error results. This message is only a warning. No run-time error need result if the program is coded appropriately.

Action:

No action is required. However, you can assure that a run-time error does not occur by rewriting your program appropriately:

Consult the Programming Reference Guide for further information.