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 COBOL data declarations permit characters
that are not legal in an XML document. The permitted characters are
defined by the XML specification at http://www.w3c.org.
System 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.
- 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.