IGZ0184W   A fork() is not allowed when a sort or merge is in progress.

Explanation

A SORT or MERGE statement is in progress and the fork() function was called.

System action

The fork() function is not performed.

Programmer response

Change the application to call fork() when sort or merge is not active.

Symbolic Feedback Code

IGZ05O