How syncpoint works in CICS and syntax to write it you will know here.
SYNCPOINT- Is thread safe command. It just establishes syncpoint.
Syntax:
SYNCPOINT—————————————————><
SYNCPOINT ROLLBACK – Back out to last syncpoint. This is also thread safe command.
Syntax:
>>-SYNCPOINT–ROLLBACK—————————————–><
Keep Reading