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