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 is the CICS command that gives the length of TWA area?

3 Answers   IBM, TCS,


Which is the control table where you specify all the transaction that are to be started by CICS after CICS

4 Answers  


Into what fields will the date and time values be moved after execution of the above command?

1 Answers   IBM,


What is the use of the DELIGHT in Mainframes and whats is use of scope?

1 Answers  


How to handle exceptional conditions in cics?

1 Answers  


Explain how many conditions can you include in a single handle condition command?

1 Answers  


Explain how do you delete item 3 in a five-item tsq?

1 Answers  


What is CEBR?

3 Answers   IBM,


Explain the logical message in cics?

1 Answers  


What is MDT? What are FSET, FRSET ?

3 Answers   IBM,


What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?

1 Answers  


Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).

1 Answers  


Categories