Multiple choice technology mainframe

RECORDING MODE FOR QSAM files can be:

  1. F, V

  2. U, S

  3. F, R

  4. F, V, U, R

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

QSAM (Queued Sequential Access Method) supports several recording modes for organizing data in files. F (Fixed) means all records are the same length, V (Variable) allows records of different lengths with length prefixes, U (Undefined) is for unformatted data, and S (Spanned) allows records to span multiple blocks. These modes determine how physical records are stored and accessed on mainframe systems.