The types of processing supported by ESDS are
-
a) sequential
-
b) skip-sequential
-
c) a and b
-
d) Neither
C
Correct answer
Explanation
ESDS (Entry Sequenced Data Set) supports both sequential processing (reading records in entry order) and skip-sequential processing (skipping to specific RBA positions then reading sequentially). The option 'c) a and b' correctly identifies both supported access methods.