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 |
Which is the command that is used to dump the main storage areas related to a task?
Name the cics command that gives the length of twa area?
What is program reentrance?
what is the purpose of using link ?
Explain how many conditions can you include in a single handle condition command?
What is the primary objective of CICS ?
What is the comaera?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?
What is meant by an attribute byte?
Mention the option used in a cics command to retrieve the response code after execution of the command?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?