Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a two Phase commit in CICS?

Answers were Sorted based on User's Feedback



What is a two Phase commit in CICS?..

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

What is a two Phase commit in CICS?..

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

Post New Answer

More CICS Interview Questions

What is the meaning of the deq command?

0 Answers  


What is temporary storage?

1 Answers   IBM,


An XCTL uses more CPU time than LINK (True or False)

1 Answers  


What is ATI? What kind of TDQ can be used?

3 Answers   IBM,


What is meant by an AICA ABEND?

0 Answers  


Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

0 Answers  


How many conditions can you include in a single HANDLE CONDITION command?

5 Answers   IBM,


What is the COMMAREA(communications area)?

2 Answers  


What is the function of the EXEC CICS HANDLE CONDITION command?

3 Answers  


What is the cics command level?

0 Answers  


The read of a record from an Intrapartition TDQ is not destructive(True or False).

1 Answers  


What are the cics transactions?

0 Answers  


Categories