Definitions for "Syncpoint"
The point in the transaction during which it is either committed or rolled back.
An intermediate or end point during processing of a transaction at which the transaction's protected resources are consistent. At a syncpoint, changes to the resources can safely be committed, or they can be backed out to the previous syncpoint.
A CICS function to commit changes to protected resources made by the transaction (unit of work).