Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sometimes a file must be closed before another FileOpen or other operation can occur. Among the possible causes of this error are:
A sequential output mode
FileOpenoperation was executed for a file that is already openA statement refers to an open file.
To correct this error
- Close the file before executing the statement.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.