COBOL ROLLBACK
>COBOL Rollback Statement - COBOL/400
The COBOL ROLLBACK statement provides a way to cancel one or more changes to database records when the changes should not remain permanent.
>COBOL Rollback Statement - ILE COBOL
The COBOL ROLLBACK statement provides a way to cancel one or more changes to database records when the changes should not remain permanent. When the COBOL ROLLBACK statement is executed, any changes made to files under commitment control since the last commitment boundary are removed from the database.
>COBOL Rollback Statement - Micro Focus Server Express
The COBOL ROLLBACK statement releases all record locks in all files held by this run unit. Provides a diagram for the COBOL ROLLBACK syntax.
>Rollback Statement in COBOL - Micro Focus Visual COBOL
The ROLLBACK statement in COBOL releases all record locks in all files held by this run unit. Execution of the COBOL ROLLBACK statement causes all record locks in all files held by the run unit to be released. The file lock on an exclusive file is not affected by the COBOL ROLLBACK statement.