What is the syncpoint and its use?
Answer / 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 |
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
How to dsect parameter is used in bms?
What are different ways of initiating transaction in CICS ?
What is the significance of RDO?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What is task control and what are the CICS commands associated with it?
Explain 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?
hi,what is the module? how many modules in mainframe based banking projects
How do you initiate another transaction?
How to make protected field in BMS invisible through application program?
What is the cics command that is used to access current date and time?
Explain the term Function Request Shipping?