What is meant by EIB? - CICS
What is meant by EIB (Execute Interface Block)?
- Every task contains one EIB.
- During the execution of the task, the EIB exists.
- All programs that are part of the task shares a common EIB.
- EIB fields can be accessed by COBOL program through read mode.
- CICS translator will allocate the EIB blocks in the linkage area of the program.