IGZ0280S   XML to data structure conversion could not complete in program PROGRAM-NAME because an error return code of RETURN-CODE was received from the XML PARSE statement. The error occurred at element ELEMENT-NAME with the character content CHARACTER-CONTENT.

Explanation

XML to language structure conversion uses the COBOL XML PARSE statement. When the XMLPARSE(COMPAT) compiler option is in effect, the return code is provided from the XML PARSE statement and is described in the Enterprise COBOL Programming Guide. When the XMLPARSE(XMLSS) compiler option is in effect, the return code is provided from the z/OS® XML System Services Parser and is described in the XML System Services User's Guide and Reference.

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

Use the return code to determine the error and correct the input XML message.

Symbolic Feedback Code

IGZ08O