Multiple choice technology mainframe

Deletions and updating of records is possible in ESDS.

  1. True

  2. False

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

ESDS is write-once - records are added sequentially and cannot be deleted or modified once written. This maintains the entry sequence. For update/delete operations, you would need KSDS (Key Sequenced Data Set) which allows modifications based on key values.