What is some of the information available in the EIB area?
Answers were Sorted based on User's Feedback
Answer / rameshkumar
Hi
EIB is expanded like Executive Interface Block. It is a
internal copybook to the CICS, The data will be populated
into this copybook whenever the program runs,The
information populated in this copybook are like
tranid,time,terminalid etc.These info would be used by the
application programmer or next transaction/task.
By
Rameshkumar.HK.
L&T Infotech.
| Is This Answer Correct ? | 2 Yes | 0 No |
Basically it is an Extended Interface Block which gives
some important information to the program like, date and
time the transaction triggred, transaction ID, the data
passed to the program and so on....
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the component?what are the different components there using cobol and cics
I want to know what exactly the STOPPER field does with example. Please help.
What is bms map?
How do you use altindxs in batch, cics programs?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
List out all the tables that are a part of cics ?
Explain how do you handle errors in cics programs?
What is EXEC CICS RETRIEVE ?
Kindly specify the pic clause for the hhmmss type of data fields?
What is the name of the log which contains the information needed to restart the system, including the task
What is the use of mdt (modified data tag)?
How do you make your BMS maps case sensitive?