Regular REORG is a Tunning procedure which improves VSAM performance.
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.