IGZ0187S   There was an attempt to establish a COBOL reusable environment with the run-time option XPLINK(ON).

Explanation

A COBOL reusable environment cannot be established when the XPLINK(ON) run-time option is specified. A COBOL reusable environment is established by doing one of the following:
  • Using the RTEREUS run-time option
  • Calling ILBOSTP0
  • Calling IGZERRE

System action

The application was terminated.

Programmer response

Set the XPLINK run-time option to OFF and remove any load modules from the application that use XPLINK linkage, or do not use a COBOL reusable environment.

Symbolic Feedback Code

IGZ05R