CICS - ENDBR


Advertisements


When we have finished reading a file sequentially, we terminate the browse using the ENDBR command. It tells the CICS that the browse is being terminated.

Syntax

Following is the syntax of the ENDBR command −

EXEC CICS ENDBR
   FILE ('name')
END-EXEC.

cics_file_handling.htm

Advertisements