IGZ0192S   There was an attempt to parse an XML document in an alphanumeric data item but with an ENCODING phrase that specified CCSID 1200.

Explanation

The CCSID value for parsing an alphanumeric document must be 1208 (Unicode UTF-8), one of the supported EBCDIC CCSIDs, or, if the RETURNING NATIONAL phrase was specified, any CCSID that can be converted to CCSID 1200 (national).

System action

The application was terminated.

Programmer response

Correct the ENCODING phrase of the XML PARSE statement.

Symbolic Feedback Code

IGZ060