Multiple choice technology mainframe

Is it possible to read the adabas file in descending order of a descriptor?

  1. True

  2. False

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

Adabas supports reading files in descending order of a descriptor using the DESCENDING keyword in READ or HISTOGRAM statements. This is a standard feature of Adabas for reverse-order traversal of descriptor values. The statement is TRUE.