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 the syncpoint and its use?



What is the syncpoint and its use?..

Answer / tej

At the beginning and end of each unit of work, you would do a
syncpoint and a commit which would marking the beginning and
end of each UoW. During the processing of a UoW, if something
wrong happens, then you would issue a ROLLBACK saying none of
the updates that have taken place in this UoW have to happen
because something has gone wrong. If everything goes fine,
then you would COMMIT the changes.
Now, for CICS to identify the beginning of each UoW, you
would issue a SYNCPOINT at which point it would take a backup
of all resources to which it can rollback in the event a
ROLLBACK command has been issued.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More CICS Interview Questions

Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?

1 Answers  


Explain how do you dynamically set the cursor position to a specific field?

0 Answers  


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

1 Answers  


Explain the term Transaction routing?

1 Answers   IBM,


Can you have CICS code in a copybook? If yes, what happens during compilation?

3 Answers   IBM,


Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?

3 Answers   CTS,


What is ENQ in CICS?

2 Answers   IBM,


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

0 Answers   IBM,


Explain the difference between getting the system time with eibtime and asktime command?

0 Answers  


Which transient data queue supports ATI?

2 Answers  


How do you place the cursor on a particular position on the screen?

1 Answers   IBM,


How do you dynamically set the CURSOR position to a specific field?

3 Answers  


Categories