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

Explain the system transid cemt?

0 Answers  


Explain floating maps with illustration.

1 Answers   IBM,


How will you place cursor on a field called ?EMPNO?.

2 Answers  


Give the definition of COMMAREA ?

0 Answers  


what are the commands used to gain exclusive control over a resource?

0 Answers   IBM,






What are the some important fields in the eib block?

0 Answers  


what is an mdt (modified data tag)? Its menaing and use?

0 Answers   IBM,


What is program reentrance?

0 Answers  


What are the naming conventions for the Temporary Storage Queues?

2 Answers   Sainsburys,


What is the CICS command that is used to receive the un- formatted data from the terminal?

2 Answers  


Define cebr?

0 Answers  


Are sequential files supported by CICS?

1 Answers  


Categories