What does EIB mean?
Answers were Sorted based on User's Feedback
Answer / aayush
When CICS translator translates your program, it adds
DFHEIBLK copybook as the first entry in your linkage
section. Whenever a task is initiated, the task related
information could be accessed using the fields in the
copybook.
Some of the fields in EIB are:
EIBCALEN Length of DFHCOMMAREA.
EIBDATE and EIBTIME Date and Time of task initiation.
EIBAID The last attention identifier
pressed by the user.
EIBFN Function code of the last command.
(2 bytes)
EIBRCODE Response code of the last
command. (6 bytes)
EIBTRMID Terminal ID
EIBTRNID Transaction ID
Is This Answer Correct ? | 29 Yes | 1 No |
Answer / guest
Execute Interface Block(EIB).It contains system build
values like transaction, terminal id,(Ex-EIBTRMID)
Is This Answer Correct ? | 27 Yes | 3 No |
Answer / guest
EIB is a CICS area that contains information related to the
current task. Some of the variables are EIBDATE, EIBTIME,
EIBAID, EIBCALEN, EIBCPOSN, EIBRESP,EIBRSRCE,EIBFN,EIBTRMID
and EIBTRNID.These are used for debugging.
Is This Answer Correct ? | 17 Yes | 3 No |
How do you delete Item 3 in a five-item TSQ?
How are screens created in cics
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
What tables must be updated when adding a new transaction and program?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
What is the name of the log which contains the information needed to restart the system, including the task
What is trigger level in the context of TDQs?
How and where is the TWA size set? .
Explain how do you dynamically set the cursor position to a specific field?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Define an aica abend?
Why is it important not to execute a STOP RUN in CICS ?