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 |
Define an asra?
Can you explain common systems area?
Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
Can you access QSAM (seq ) files from CICS ?
What do you mean by the term fct?
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?
Can you define commarea?
Can dynamic calls be used in CICS?
Name the cics command used to access current date and time?
Mention the content that is present inside a PPT ?
What does the following transactions do?