IGZ0057S   There was an attempt to initialize a reusable environment through ILBOSTP0, but either the enclave was not the first enclave or COBOL was not the main program of the already established enclave.

Explanation

A request to establish a reusable environment through ILBOSTP0 can only occur at the beginning of the application. Examples when this error can occur:
  • PL/I program calls ASSEMBLE program which calls ILBOSTP0.
  • Language Environment enabled ASSEMBLER program calls ILBOSTP0.

System action

The application was terminated.

Programmer response

Only invoke ILBOSTP0 before calling any program within the application that brings up Language Environment.

Symbolic Feedback Code

IGZ01P