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