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 |
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?
What is the function of the Terminal Control table?
What is the meaning of BMS length of field = 0?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What does the 'cebr:cics' transactions do?
How can u pass the control from one prog to another in CICS?
What is meant by an attribute byte?
What is meant by program reentrance?
A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?
What is the CICS Command that is used for reading a record from the TDQ?
what is invreq condition?
What is DEQ?