QSAM reads entire blocks of records into memory buffers, so individual READ operations return records from the buffer without physical disk I/O. 2. **Look-ahead buffering** -- While the program processes records from one buffer, QSAM reads the next block into a second buffer in parallel. 3. **Write-