Multiple choice technology mainframe

Which of the following conditions suggest REORG of a VSAM file?

  1. compressed index key present in the INDEX record

  2. Average index key length is grater than 8

  3. High Embedded Freespace

  4. Extended upto 3 extent

  5. Low HIARBA

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

VSAM files need REORG when: compressed index keys indicate fragmentation (A), average key length >8 suggests inefficient storage (B), high embedded freespace means wasted space (C), and extending to 3 extents shows the file is outgrowing its allocation (D). Low HIARBA (High Insert Activity Rate) would actually NOT suggest REORG.