Multiple choice technology mainframe

__________utility gathers information about data in tablespaces, indexes and updates DB2 catalog

  1. MERGE

  2. COPY

  3. REORG

  4. RUNSTATS

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

RUNSTATS is the DB2 utility that collects statistical information about table and index data, then updates the system catalog. MERGE is for merging data, COPY is for backup, and REORG is for reorganizing data.