IGZ0007S   The size of variable length group group-name exceeded the maximum defined length of the group at the time of reference by verb number verb-number on line line-number.

Explanation

When the SSRANGE option is in effect, this message is issued to indicate that a variable-length group generated by OCCURS DEPENDING ON has a length that is less than zero, or is greater than the limits defined in the OCCURS DEPENDING ON clauses. The range check was performed on the composite length of the group, and not on the individual OCCURS DEPENDING ON objects.

System action

The application was terminated.

Programmer response

Ensure that OCCURS DEPENDING ON objects as evaluated at run-time do not exceed the maximum number of occurrences of the dimension for tables within the referenced group item.

Symbolic Feedback Code

IGZ007