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 |
What is the General Command format Of CICS
In CICS, BMS what is the use of FREEKB parameter
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
Do you receive the attribute byte in the symbolic map?
If we wish to create bms executable, what are the basic steps that the user has to go through?
What are the attribute values of Skipper and Stopper fields?
What is the command that is used to add a new record to the file?
Explain how can you accomplish breakpoint in intertest?
How do you establish a starting position in a browse operation?
How do you handle errors in CICS pgms ?
Explain the various ways data can be passed between CICS programs.
For protecting a transaction using the transaction security function, the two things that must be done are?