AMT Help Files
Home Development Command Translation CICS Commands ENDBR

ENDBR

COBOL Java
EXEC CICS ENDBR ibmCics.endBr

Syntax

ibmCics.endBr (<FileName>[, <noHandle>]);

Parameter(s)

<FileName>
The name of the file being browsed.
noHandle
Optional Boolean. If set to true, exceptions created by this command will be ignored.

Example(s)

COBOL Java
EXEC CICS ENDBR
    FILE('CUSTFILE')
END-EXEC.
                
ibmCics.endBr("CUSTFILE");
                

Contents

 Go to top