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...


COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING
INSTEAD OF COMMIT WE USE SYNC POINT THEN
WT WE USE FOR ROLL BACK?

Answers were Sorted based on User's Feedback



COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN ..

Answer / pramod

We use same ROLL BACK in CICS also.

Is This Answer Correct ?    4 Yes 1 No

COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN ..

Answer / girish kumar

when we r using sync point,the changes what u made that will
automatically commited if any abend occurs cursor move to
the last commiting point with out rollback.

Is This Answer Correct ?    1 Yes 1 No

COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN ..

Answer / kp

An online application can fail in many ways.
If you have an ABEND, it should rollback automatically.
If you terminate the transaction and there is no abend, you
should do the rollback before leaving:
Code:
EXEC CICS ROLLBACK SYNCPOINT END-EXEC

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More CICS Interview Questions

What does the following transactions do?

1 Answers  


What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?

1 Answers  


What is the eib parameter?

0 Answers  


What is the name of the facility provided by CICS to free the application program form the problems caused

1 Answers  


list the sequence of steps used to achieve modiication in skip sequential mode?

0 Answers   IBM,


How To Retrive The VSAM Datasets in CICS application programs?

1 Answers   Accenture, IBM,


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

3 Answers   CTS,


What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?

0 Answers  


Explain the primary significance of intra-partition and extra-partition tdqs ?

0 Answers  


What is the function of the LOAD command?

1 Answers   IBM,


what is eib, how is can be used?

0 Answers   IBM,


What is the use of a TDQ, TSQ?

1 Answers   IBM,


Categories