What is a two Phase commit in CICS?
Answers were Sorted based on User's Feedback
Answer / anna
if we have cics/db2 programm we issue two phase commit.
cics issue syncpoint and send request to db2.
db2 prepare to commit send yes to cics.
cics prepare to commit and when cics ready
db2 commit the updates after cics commit is done.
this logic is called two phase commit.
| Is This Answer Correct ? | 22 Yes | 4 No |
Answer / reddy
This will happen when we are using EXEC CICS SYNCPOINT.
IT will commit all the resources(VSAM FILES, QUEUES) and DB2
changes are commited.
NOTE:
if we are not using SYNCPOINT, the DB2 changes are
commited, not VSAM,QUEUES until end of job.
| Is This Answer Correct ? | 5 Yes | 3 No |
How can you use dynamic calls in cics?
Into what fields will the date and time values be moved after execution of the above command?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
Which is the CICS control program which governs the flow of control among the CICS application
Explain the system transid cemt?
What is the command which will delete a program LOADed into the main storage using LOAD command?
Can you explain communication area?
Explain the exact situation, when to use CALL, XCTL and LINK?
What other file control processing commands are used for file updating?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
How to establish dynamic cursor position on a map?
what are the thress bms options?