C0120014

Explanation

The name specified to the remove() function indicated a temporary memory file, but the memory file is open. An open memory file cannot be removed.

Programmer response

Correct the name or close the memory file and try again.

Symbolic Feedback Code

JrEdc1rmvEisopen01