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 happens to resources supplied to a transaction when an XCTL command is executed?
Explain processing program table(ppt)?
What is the use of tdq and tsq?
plz give the syntax for receive map and receive text cmds in cics
Which CICS system program is responsible for handling automatic task initialization?
Explain the logical message in cics?
What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?
Specify the requirements for automatic task initiation?
What does the following transactions do?
How many maps are create in a single mapset?
What is an AICA abend?
Name some of the common tables in CICS and their usage.