IGZ0285S   XML to language structure conversion could not complete in program PROGRAM-NAME because the length of the input XML document is INPUTLEN characters, which exceeds the maximum of MAXIUMUM characters for this converter.

Explanation

XML to language structure conversion imposes a limit on the length of XML documents that can be converted into language structures. The maximum length in bytes of the input XML document is 16MB when version 3 of Enterprise COBOL for z/OS® is used and 32MB when version 4 of Enterprise COBOL for z/OS is used.

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

Check that the input XML message conforms to the XML Schema upon which it is based. Check any whitespace outside of element content has been trimmed.

Symbolic Feedback Code

IGZ08T