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 is the difference between START and XCTL? How do you determine when to use either option?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
What is the cics command level?
What is the type of ppt in the cics?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
How To Retrive The VSAM Datasets in CICS application programs?
what are transient data sets defined to cics?
What is the main function of the sign-on table?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
What happens when a CICS command contains the NOHANDLE option?
If I create a TSQ from one transaction, can I read it from another transaction?