MSIR.0886 Field (classname) has invalid LOB type change between UAI and LAI

From m204wiki
Jump to navigation Jump to search

One of the following has occurred for a reload:

  • An unloaded non-BLOB, non-CLOB field has been re-defined as BLOB or CLOB.
  • A BLOB or CLOB field was re-defined as non-BLOB and non-CLOB.
  • A BLOB field was re-defined as CLOB, or vice versa.

The BLOB/CLOB attributes of a field during an LAI must exactly match those attributes for the field on an LAI. If you want to change these attributes, a non-UAI/LAI reorg is currently required.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages