IGZ0271S   There was an attempt to initialize COBOL in a nested enclave when the initial enclave is multithreaded or multitasking. The first program of the nested enclave was program-name.

Explanation

A COBOL program cannot run in a nested enclave when the initial enclave is multithreaded or multitasking.

System action

The application is terminated.

Programmer response

Change the application so that the COBOL program is not running in a nested enclave or do not use multithreading or multitasking when using COBOL programs in nested enclaves. If the program name printed is "????????", then the first program of the nested enclave is not COBOL.

Symbolic Feedback Code

IGZ08F