IGZ0227S   There was an invalid attempt to end an XML PARSE statement.

Explanation

An XML PARSE statement initiated by a COBOL program was in progress and one of the following was attempted:

  1. A GOBACK or an EXIT PROGRAM was issued within the COBOL program that initiated the XML PARSE.
  2. A user handler associated with the program that initiated the XML PARSE moved the condition handler resume cursor and resumed the application.

System action

The application is terminated.

Programmer response

Change the application so that it does not use one of the above methods to end the XML PARSE statement.

Symbolic Feedback Code

IGZ073