ROLLBACK

Description

Rolls back database processing to the last syncpoint (COMMIT).

Syntax

Syntax varies with the programming language.

Examples

COBOL II

The equivalent to SYNCPOINT WITH ROLLBACK is:

CALL 'ROLLBACK' USING SPAREA.

Usage

The RSP ROLLBACK command is provided because the standard SQL ROLLBACK statement cannot be executed in CICS environments. MainframeConnect converts the command to the equivalent CICS SYNCPOINT WITH ROLLBACK command.