EXEC CICS ENDBROWSE CONTAINER command (EXCI)

End a browse of the containers that are associated with a channel.

ENDBROWSE CONTAINER (EXCI)

Read syntax diagramSkip visual syntax diagramENDBROWSECONTAINERBROWSETOKEN( data-value)RETCODE( data-area)

Conditions: TOKENERR

Description

ENDBROWSE CONTAINER (EXCI) ends a browse of the containers that are associated with a channel, and invalidates the browse token.

Options

BROWSETOKEN(data-value)
Specifies, as a fullword binary value, the browse token to be deleted.
RETCODE(data-area)
Specifies a 20-byte area into which the external CICS® interface places return information. This area is formatted into five 1–word fields. This command will return information in the first two words. These words will contain the RESP and RESP2 codes. The other three words will be set to nulls.
RESP
The primary response code, which indicates whether the external CICS interface ENDBROWSE CONTAINER command caused an exception condition during its execution.
RESP2
The secondary response code that further qualifies, where necessary, some of the conditions that are raised in the RESP parameter.

Conditions

112 TOKENERR
RESP2 values:
3
The browse token is not valid.