COMMIT

Description

Commits database processing of the most recent unit of work.

Syntax

Syntax varies with the programming language.

Examples

COBAL II

The equivalent to SYNCPOINT is:

CALL 'COMMIT' USING SPAREA.

Usage

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