IGZ0289S   Language structure to XML conversion could not complete in program PROGRAM-NAME because the content of non-numeric member MEMBER-NAME of language structure STRUCTURE-NAME contained characters that are not legal in an XML document.

Explanation

Certain data structure members permit storage of characters that are not legal in an XML document. The permitted characters are defined by the XML specification at http://www.w3c.org.

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

Ensure that the language structure member is properly initialized and does not contain any characters that are illegal in XML before attempting conversion.

Symbolic Feedback Code

IGZ091