Why ESDS Files Extensively Used in CICS

ESDS is one type of VSAM file. It does not support in COBOL. Since the records can be accessed using RBA only. Each record has its own RBA we can not predict it so it does not support in COBOL.


There are 3 reasons why ESDS supports more in CICS.

  1. In CICS, we normally use VSAM files like KSDS, RRDS, and ESDS
  2. The specialty with ESDS is it is entry-sequenced, and for each transaction, the record will add at the end of the file. Also, this file does not support any sorting on it.
  3. RBA stores as an internal form for each record. So in CICS, we can read a record through RBA. This is faster and it takes less CPU time.

Because of the above reasons ESDS extensively used in CICS.

Related Posts

Author: Srini

Experienced software developer. Skills in Development, Coding, Testing and Debugging. Good Data analytic skills (Data Warehousing and BI). Also skills in Mainframe.

One thought

Comments are closed.