VMS Help  —  COBOL  Run-Time Messages, ALREADY_OPEN
  File is already open

  Explanation:  The program attempts to open a file on a file
  connector that is already open.

  User Action:  Verify the program logic.  If you expect that some
  cases will attempt to open a file connector that is already open,
  add a declarative procedure to handle this condition.
Close Help