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.