Language structure to XML conversion could not complete in
program program-name because the length prefix of language structure
STRUCTURE-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 programmer response
Correctly set the two-byte length
prefix of each language structure in the language structure buffer.
- 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.