To identify duplicate records in a COBOL file, you can use the _____ clause in the file description.

  • DUPLICATES
  • OCCURS
  • REPEATED
  • UNIQUE
The DUPLICATES clause in the file description of a COBOL program is used to identify and handle duplicate records within the file. It allows the programmer to specify the criteria for identifying duplicates based on one or more fields.
Add your answer
Loading...

Leave a comment

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