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 common cics service programs and explain their usage?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Specify the requirements for automatic task initiation?
define the field with ic in the bms map.
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
What is the meaning of BMS length of field = 0?
By which CICS defined field can you determine the position of the cursor on the map ?
Explain how do you control cursor positioning?
Explain the different ways of initiating transaction in cics?
What is frset?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
List out all the tables that are a part of cics ?