Answer Posted / tej
At the beginning and end of each unit of work, you would do a
syncpoint and a commit which would marking the beginning and
end of each UoW. During the processing of a UoW, if something
wrong happens, then you would issue a ROLLBACK saying none of
the updates that have taken place in this UoW have to happen
because something has gone wrong. If everything goes fine,
then you would COMMIT the changes.
Now, for CICS to identify the beginning of each UoW, you
would issue a SYNCPOINT at which point it would take a backup
of all resources to which it can rollback in the event a
ROLLBACK command has been issued.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain how do you access storage outside your cics program?
what is the differences between getting the system time with eibtime and asktime command?
what are the reserved words for cics?
How do we pass parameters into a CICS –DB2 program
Explain the difference between physical map and symbolic map?
Specify the requirements for automatic task initiation?
Explain the difference between a physical bms mapset and a logical bms mapset?
what is an mdt (modified data tag)? Its menaing and use?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Can you explain enq and deq used in cics?
Explain how do you intitiate another transaction?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Can you explain primary aspect of cics?
What is ENQ?
What are the uses of ppt in cics?