C00B0443

Explanation

The filename and mode arguments passed to fopen() or freopen() specified a hiperspace memory file. The mode argument specified write, append, or 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 write, append, or update if the hiperspace memory file is already open.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEisopen03