IGZ0225S
There was an attempt to run the thread enabled COBOL program program-name in a COBOL reusable environment.

Explanation

Enterprise COBOL programs compiled with the THREAD compiler option cannot run in a COBOL reusable environment.

A COBOL reusable environment is established by doing one of the following:

System action

The application is terminated.

Programmer response

If you want to continue to run with the COBOL reusable environment, compile the COBOL program with the NOTHREAD compiler option. If you want to run COBOL programs compiled with the THREAD option in a preinitialized environment, use the Language Environment preinitialization support provided by CEEPIPI.

Symbolic Feedback Code

IGZ071