IGZ0302S   Language structure to XML conversion could not complete in program program-name because the length prefix of language structure struct-name specified a length of specified-length bytes, which is less than the structure's minimum length of minimum-length bytes.

Explanation

Language structure to XML conversion detected that the length prefix of a language structure specified a length that is less than the minimum length of the structure. The minimum length of a language structure is computed as the sum of the bytes consumed by all subordinate fields. In the case of fields that specify OCCURS DEPENDING ON, the minimum number of occurrences is assumed.

System action

The converter will either signal a Language Environment® condition or, if the optional feedback code argument is provided, a condition token representing the condition will be placed in the argument.

Programmer response

Correctly set the two-byte length prefix of each language structure in the language structure buffer.

Symbolic Feedback Code

IGZ09E