Multiple choice technology mainframe

Merging two sequential files with single statement can done using ____ Option ?

  1. MER

  2. MERGE

  3. COMBINE

  4. JOIN

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In COBOL, the MERGE verb combines two or more sorted sequential files into a single sorted output file based on specified keys. MER is not a valid verb, COMBINE doesn't exist in COBOL, and JOIN is used for database operations not file merging.