What is EIB. How it can be used?
Answer / guest
EIB(EXECUTE INTERFACE BLOCK) : is a cics area that contains
information related to the current task , such as the date
and time the task was started and transaction-id that was
used to start it. the defintion of this area is inserted
into d linkage section of the program when d program is
prepared for execution.
-when u prepare a CICS program for execution , CICS inserts
code thats needed for d program to operate properly under
CICS. one of these blocks of code is called the EIB.
EIBAID , EIBCALEN.
| Is This Answer Correct ? | 7 Yes | 0 No |
In case you modify the attribute field of map do you need to recompile the map?
How to get the sign-on user-id from an application program?
Define an aey9 abend?
How many exceptional condition can be given in a HANDLE CONDITION?
Give the definition of COMMAREA ?
How can you access qsam (seq) files from cics?
What information can be obtained from the EIBRCODE?
What does the 'ceci:cics' transactions do?
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
Explain the difference between tsq and tdq
Which of the following are recoverable CICS resources?
WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?