Previous Topic: IDCMCDEP46 - Flag value must be T, F, TRUE, or FALSENext Topic: IDCMCDEP48 - GROUP must not have initial value


IDCMCDEP47 - "VALUE" must be numeric, alphanumeric literal or NULL

Reason:

The value for a numeric field is not a valid numeric literal (or NULL if the WITH INDICATOR clause was specified) or the value for an alphanumeric field is not a valid alphanumeric literal (or NULL if the WITH INDICATOR clause was specified).

Action:

Correct the value to conform to the rules for the appropriate type of literal (numeric or alphanumeric).