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 the difference between the xctl and link commands?
Explain the primary function of the processing program table (ppt)?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
For protecting a transaction using the transaction security function, the two things that must be done are?
Explain the difference between intra partition tdq and extra partition tdq?
what is the differences between getting the system time with eibtime and asktime command?
Kindly specify the pic clause for the hhmmss type of data fields?
Kindly specify the pic clause for the data type of length option field type of data fields?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Give the definition of COMMAREA ?
What is the difference between pct and fct?
Explain the usage of language in the ppt entry?
What is dynamic transaction backout?
Can you explain cics transaction gateway?
Can you explain multitasking and multithreading?