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 |
Explain the mdt in cics?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is CEDF?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
What is the purpose of the Program List Table?
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
For multithreading an application program need not be re- entrant(True or False).
How do you access the records randomly in TSQ ?
Which CICS service transaction is used to gain accessibility to CICS control tables?
how do u see the output of cics program?
Explain how do you handle errors in cics programs?