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 |
plz give the syntax for receive map and receive text cmds in cics
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
What is the ABEND command and when would you use it?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
Explain the term Transaction routing?
What are the types of important programs that are used in the cics?
How and where is the TWA size set? .
Explain the mdt in cics?
Explain the different system tables used in cics?
What is the pcp in the cics?
what is an mdt (modified data tag)? Its menaing and use?