In COBOL, file locking is essential to prevent _______ conflicts when multiple users access the same file concurrently.

  • Access
  • Data
  • Resource
  • System
File locking in COBOL is crucial to prevent resource conflicts when multiple users attempt to access the same file simultaneously. It ensures data integrity and prevents issues such as data corruption or inconsistency due to concurrent access.
Add your answer
Loading...

Leave a comment

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