Multiple choice technology mainframe

If a find statement returns with multiple records for a given descriptor value, in which order the records will be displayed in the output?

  1. ISN

  2. RABN

  3. Physically stored order

  4. Random

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

In Adabas databases, when a FIND statement retrieves multiple records matching a descriptor value, the results are returned ordered by their ISN (Internal Sequence Number) by default. RABN refers to physical block addresses, not sorted query results.