Which RECFM is faster to access?
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.