In the EIB block of CICS, highlight the names of few of the important fields?
Answer / Praveen Kumar Awasthi
The Extended Interface Block (EIB) in CICS contains various fields for managing communication between CICS and other systems. Some essential fields in the EIB are:n
1. EIB-Command: Defines the type of request sent from CICS to the external system.
2. EIB-Status: Provides the status of the response received from the external system.
3. EIB-Data: Carries the actual data exchanged between CICS and the external system.
4. EIB-Control: Contains control information like transaction ID, sequence number, and checksum.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between physical map and symbolic map?
Explain how DSECT parameter is used in BMS ?
Can dynamic calls be used in CICS?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
how do u see the output of cics program?
What is the common systems area (CSA)?
What information do you get when an EXEC CICS STARTCODE is issued?
If we say that bms length of field = 0, then what does that mean?
suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?
1 Answers Bank Of America, Cap Gemini, IBM, RBS,
Explain the function of the terminal control table?
What does the 'cebr:cics' transactions do?
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.