Multiple choice technology mainframe

Which of the below are valid location modes

  1. CALC

  2. VIA

  3. DIRECT

  4. INDEX

  5. All of the above.

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

IDMS location modes determine where records are stored: CALC uses a hash algorithm based on a key, VIA places records near their owner in a set, and DIRECT specifies an exact database address. INDEX is not a valid location mode; it's a relational concept for indexed access, not a storage mode in IDMS.