IGZ0226S   On CICS, an attempt was made to run a COBOL program that contains object-oriented syntax. The program name is program-name.

Explanation

COBOL programs running on CICS® cannot contain any object-oriented syntax.

System action

The application is terminated.

Programmer response

Change the COBOL program so that it does not contain object-oriented class definitions, INVOKE statements, or references to the JNIEnvPtr special register.

Symbolic Feedback Code

IGZ072