AMT Help Files
Home Development Command Translation CICS Commands SEND PAGE

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);
                

Contents

 Go to top