Multiple choice technology mainframe

Which RECFM is faster to access?

  1. V

  2. F

  3. FB

  4. VB

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

FB (Fixed Block) is fastest because records are stored in fixed-length blocks, allowing direct byte-addressable access without searching for record boundaries. V and VB require reading length fields, and F requires block-level overhead.