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 are the uses of ppt in cics?
What is effect on RECEIVE MAP when PF key is pressed? PA key is pressed?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
Can you explain enq and deq used in cics?
What are the 3 working storage fields used for every field on the map?
what is the cics command used to access current date and time?
What is a mapset?
What is the cics command level?
when will be use the tdq and tsq??
In the EIB block of CICS, highlight the names of few of the important fields?
For multithreading an application program need not be re- entrant(True or False).
How will you place cursor on a field called ?EMPNO?.