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 |
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
By which CICS defined field can you determine the position of the cursor on the map ?
What are the CICS commands associated with transient data queue processing?
Can you have CICS code in a copybook? If yes, what happens during compilation?
What are the common tables in cics and their usage?
what is psuedo conversation?
What are the recoverable cics resources?
List out all the tables that are a part of cics ?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
How do you terminate an already issued DELAY command?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?