IGZ0018S   On CICS, an attempt was made to run a COBOL program which is not reentrant. The program name is program-name.

Explanation

COBOL programs running on CICS® must be reentrant.

System action

The application was terminated.

Programmer response

In order to make a COBOL program reentrant, compile the COBOL program with the RENT compile-time option.

Symbolic Feedback Code

IGZ00I