When using the "I-O" access mode, what operations can be performed on a file?

  • Both reading and writing operations
  • Neither reading nor writing operations
  • Only reading operations
  • Only writing operations
The "I-O" (Input-Output) access mode in COBOL allows both reading and writing operations on a file. It is used when a program needs to perform both input and output operations on the same file.
Add your answer
Loading...

Leave a comment

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