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