Which Utility is used to copy data from flat file to VSAM file ?
-
IEFBR14
-
IEBCOPY
-
IDCAMS
-
IEBGENER
C
Correct answer
Explanation
IDCAMS is the IBM mainframe utility used for VSAM file management, and its REPRO command is specifically designed to copy data between sequential files and VSAM datasets. IEBGENER is for sequential-to-sequential copying, IEBCOPY is for partitioned datasets (PDS), and IEFBR14 is essentially a no-op utility used for step allocation/deallocation. The REPRO command in IDCAMS handles flat file to VSAM file transfers.