All
Status 41
OPEN for file already open
Explanation
Attempt to OPEN a file that is already open.
Solution
Add CLOSE before OPEN, check program flow for duplicate OPEN.
OPEN for file already open
Attempt to OPEN a file that is already open.
Add CLOSE before OPEN, check program flow for duplicate OPEN.