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 significance of RDO?
What is the function of DFHMDF BMS macro?
I want to know what exactly the STOPPER field does with example. Please help.
What is the CICS LOAD command?
Explain the logical message in cics?
What is meant by an AICA ABEND?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
Define cedf?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
Which CICS system program is responsible for handling automatic task initialization?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
What are the steps you go through to a create a BMS executable?