CICS 82 ROLLEDBACK

If the RESP of the CICS command is equal to "82", then it's meaning is ROLLEDBACK. Analise why the SYNCPOINT ROLLBACK issued and correct it programmatically.

Default Action - The task gets terminated abnormally.

Command RESP RESP2 Reason, Deafult Action & Solution
LINK 82 29 Reason - The SYNCONRETURN option is specified and the server program cannot successfully take a sync point.

Solution - In this case, the client program is in an incorrect state to support the SYNCONRETURN option. Modify the program to remove it.
SYNCPOINT 82 Reason - Occurs when a SYNCPOINT command is ambitious into rollback by a remote system that is unable to commit the syncpoint.

Solution - Analise why the SYNCPOINT ROLLBACK issued and correct it programatically.