IGZ0185W   A fork() is not allowed when a declarative in a COBOL program is active.

Explanation

A declarative in a COBOL program is active and the fork() function was called.

System action

The fork() function is not performed.

Programmer response

Change the application to call fork() when a declarative is not active.

Symbolic Feedback Code

IGZ05P