AMT Help Files
Home Development Command Translation CICS Commands SYNCPOINT ROLLBACK

SYNCPOINT ROLLBACK

COBOL Java
EXEC CICS SYNCPOINT ROLLBACK ibmCics.syncpointRollback

Syntax

ibmCics.syncpointRollback ( [<noHandle>] );

Parameter(s)

<noHandle>
Optional boolean. If set to true, exceptions created by this command will be ignored.

Example(s)

COBOL Java
EXEC CICS
    SYNCPOINT ROLLBACK
        NOHANDLE
END-EXEC.
                
ibmCics.syncpointRollback( true );
                

Contents

 Go to top