IGZ0228S   There was an invalid attempt to start an XML PARSE statement.

Explanation

An XML PARSE statement initiated by a COBOL program was already in progress when another XML PARSE statement was attempted by the same COBOL program. Only one XML PARSE statement can be active in a given invocation of a COBOL program.

System action

The application is terminated.

Programmer response

Change the application so that it does not initiate another XML PARSE statement from within the same COBOL program.

Symbolic Feedback Code

IGZ074