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
how can you prevent more than one user from accessing the same transient data queue?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Explain the difference between tsq and tdq
Name the command used for terminating a browse operation?
Can you define attribute byte?
Explain difference between call and link?
What are the types of processes to create a map in cics?
Can you explain multitasking and multithreading?
What is DEQ?
What is the difference between a return with transid and xctl?
What is mainframe cics?
What does the 'cedf:cics' transactions do?
Particular area has been affected in cics screen, what is the process to find?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
What is meant by PPT and what are its uses?