Previous Topic: IDSDGDAT25 - Value is not allowed for alphanumeric fields: valueNext Topic: IDSDGDAT27 - DATE value not valid


IDSDGDAT26 - String too long for field

Reason:

A delimited string moved to an alphanumeric field was longer than the field.

Example: MOVE 'ABC" TO X, where X is 2 bytes long

Action:

Make the string equal to or smaller than the field length.