Table element longer than %1 characters.
30
Cause . . . . . : A table element can have a maximum length of %1. The table element which is longer than %1 characters might not be a COBOL elementary item (an item defined with a PICTURE clause). It could be a table element which contains other data items whose total length taken together exceeds %1 characters.
Recovery . . . : Either reduce the length of the table element to no more than %1 characters, or define each of the elements of the array as an individual data item without an OCCURS clause.