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 difference between a package and a plan. How does one bind 2 versions of a CICS

1 Answers  


What is task control and what are the CICS commands associated with it?

2 Answers   IBM,


Is there any entry for TSQs in CICS tables?

3 Answers   IBM,


What is a transid?

0 Answers  


What do the terms locality of reference and working set mean?

1 Answers  


What is the difference between pct and fct?

0 Answers  


I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?

7 Answers  


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,


Can we define an alternate index on VSAM/RRDS ?

2 Answers   IBM,


Explain the different ways of initiating transaction in cics?

0 Answers  


Define primary objective of cics?

0 Answers  


Which of the following statements correctly describe the syntax of CICS command language?

1 Answers  


Categories