ener.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
File already open (ERR: 55)
■ More than one condition can cause this error:
 
  • A sequential-output-mode OPEN statement has been executed
    for a file that is already open.
 
  • You tried to open two different files using the same file
    number. For example:
 
              OPEN "A.TXT" FOR OUTPUT AS #1
              OPEN "B.TXT" FOR RANDOM AS #1
 
  • A KILL statement refers to an open file.
 
  • The file named in an ISAM OPEN FOR statement is already
    open for ISAM.
 
  • A file with the same name as the file argument in an ISAM
    OPEN FOR statement is already open for another access
    mode.
 
■ If you need additional help, move the cursor to a keyword
  and press F1 to open the Help window.