When opening a file in "Output" mode, COBOL will _____ an existing file with the same name.

  • Append
  • Ignore
  • Overwrite
  • Rename
When opening a file in "Output" mode, COBOL will overwrite an existing file with the same name. This means that if a file with the specified name already exists, its content will be replaced by the new data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *