What is some of the information available in the EIB area?
Answers were Sorted based on User's Feedback
Answer / rameshkumar
Hi
EIB is expanded like Executive Interface Block. It is a
internal copybook to the CICS, The data will be populated
into this copybook whenever the program runs,The
information populated in this copybook are like
tranid,time,terminalid etc.These info would be used by the
application programmer or next transaction/task.
By
Rameshkumar.HK.
L&T Infotech.
| Is This Answer Correct ? | 2 Yes | 0 No |
Basically it is an Extended Interface Block which gives
some important information to the program like, date and
time the transaction triggred, transaction ID, the data
passed to the program and so on....
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain difference between call and link?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
How vsam files are read in cics pgms?
is it possible to create TDQ's and TSQ's dynamically,How
What is the syncpoint and its use?
What is the difference between pseudo-conversational and conversational?
When there are 2 records with the same key specified in a DELETE operation what will happen?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
What is a deadlock?
What are the types of processes to create a map in cics?
What are the classifications of the cics program?
What is the difference between getting the system time with EIBTIME and ASKTIME command?