Multiple choice technology mainframe

Which type of data storage is preferable for storing 'M' in #VAR (an alphanumeric 1 field) ?

  1. Default Compression

  2. Fixed Format

  3. Normal Suppression

  4. None of the above

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

For a single alphanumeric character 'M' in a variable field (#VAR), Fixed Format storage is preferable. Fixed storage is predictable and efficient for short values. Default Compression and Normal Suppression are variable-length techniques that add overhead for single characters. Fixed format avoids the length byte overhead.