C00B0442

Explanation

The filename and mode arguments passed to fopen() or freopen() specified a hiperspace memory file. The mode argument specified read update mode. A file with the same name already exists. It was found that the hiperspace memory file is already open. You cannot open a hiperspace memory file for read update if the hiperspace memory file is already open.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEisopen02