EDC5232I
The function failed because it was invoked from a multithread environment.

Explanation

An application may not use the exec() or vfork() functions from within a multithread environment. The fork() function is not permitted within a multithread environment where the application contains a high level language other than C/C++. COBOL and PL/I tolerate fork() in a single-thread environment, but not in a multithread environment. A multithread fork() is not allowed in a Language Environment® preinitialization (CEEPIPI) environment.

System action

The function is not performed.

Programmer response

Restructure your application so that it is not multithreaded, remove the call to the function, use supported high level languages, and/or avoid using the function in a multithread CEEPIPI environment.

Symbolic Feedback Code

EDC53G