What is the EIB (execute interface block)?
Answers were Sorted based on User's Feedback
Answer / sadiq afroze
The execute interface block lets the program communicate
with the execute interface program, which processes CICS
commands. It contains terminal id, time of day and response
codes
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / johan swan
Execute Interface Block (EIB) is a control block which is loaded automatically by the CICS for every program. The EIB is unique to a task and it exists for the duration of the task. It contains a set of system related information corresponding to the task.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain cedf transaction commands?
Can dynamic calls be used in CICS?
What is the difference between receive and receivemap commands in CICS?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
How errors are handled in CICS programs?
Define cebr?
Which is the command that is used to dump the main storage areas related to a task?
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
Specify the requirements for automatic task initiation?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
How can you use dynamic calls in cics?
How do you fire a batch job from a CICS transaction ?