Multiple choice technology mainframe

Regular REORG is a Tunning procedure which improves VSAM performance.

  1. True

  2. False

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

REORG (Reorganization) is a VSAM utility that reorganizes datasets to reclaim deleted space and improve access performance. It physically reorders records and rebuilds indexes, which reduces I/O operations for sequential and random access. This is a standard maintenance procedure for VSAM datasets that have experienced many insertions and deletions.