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
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 |
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 |
What is the difference between a package and a plan. How does one bind 2 versions of a CICS
What is task control and what are the CICS commands associated with it?
Is there any entry for TSQs in CICS tables?
What is a transid?
What do the terms locality of reference and working set mean?
What is the difference between pct and fct?
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?
What Are Send Map Maponly & Send Map Dataonly ?
Can we define an alternate index on VSAM/RRDS ?
Explain the different ways of initiating transaction in cics?
Define primary objective of cics?
Which of the following statements correctly describe the syntax of CICS command language?