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 cics command level?
what is invreq condition?
if we want to add new column in the db2 table.How can add in the copybook?
Which command is used to release a record on which exclusive control is gained?
What is DFHAID? what is its use?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
Explain the cics command that is used for reading a record from the tdq?
What is the meaning of the eibaid field?
What is the difference between the enter key, the PF keys and the PA keys?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
Explain the difference between and exec cics xctl and exec cics start command?