SYNCPOINT
| COBOL |
Java |
| EXEC CICS SYNCPOINT |
ibmCics.syncpointCommit |
Syntax
ibmCics.syncpointCommit ( [<noHandle>] );
Parameters
- <noHandle>
- Optional boolean. If set to true, exceptions created by this command will be ignored.
Examples
| COBOL |
Java |
EXEC CICS
SYNCPOINT
NOHANDLE
END-EXEC.
|
ibmCics.syncpointCommit( true );
|