AMT Help Files
Home Development Command Translation CICS Commands SYNCPOINT

SYNCPOINT

COBOL Java
EXEC CICS SYNCPOINT ibmCics.syncpointCommit

Syntax

ibmCics.syncpointCommit ( [<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
        NOHANDLE
END-EXEC.
                
ibmCics.syncpointCommit( true );
                

Contents

 Go to top