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 |
Explain how do you control cursor positioning?
Explain processing program table(ppt)?
What are the situations under which NEWCOPY is required ?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
Define the attribute byte?
In the EIB block of CICS, highlight the names of few of the important fields?
What does ?Pseudo Conversational? mean?
is it possible to create TDQ's and TSQ's dynamically,How
what are the commands used to gain exclusive control over a resource?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
Can you access QSAM (seq ) files from CICS ?
Name the command which is used to release a record on which exclusive control is gained?