C012001F

Explanation

The name specified to the remove() function indicated a partitioned memory file (without a member specified). This indicates a desire to remove all of the members of the memory file. However, at least one of the members is open. You cannot delete a partitioned memory file that has one or more members currently open.

Programmer response

Correct the name or close the open member(s) and try again.

Symbolic Feedback Code

JrEdc1rmvEisopen12