Multiple choice technology mainframe Merging two sequential files with single statement can done using ____ Option ? MER MERGE COMBINE 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.