InterviewSolution
Saved Bookmarks
| 1. |
What Is Eib? How It Can Be Used? |
|
Answer» CICS automatically PROVIDES some system-related information to each task in a form of EXEC INTERFACE Block (EIB), which is unique to the CICS command level. We can USE all the fields of EIB in our application programs RIGHT AWAY. CICS automatically provides some system-related information to each task in a form of EXEC Interface Block (EIB), which is unique to the CICS command level. We can use all the fields of EIB in our application programs right away. |
|