ENDBROWSE PROCESS

End a browse of processes of a specified type within the CICS business transaction services system. Start of changeAlthough this command appears in the Application Programming set of topics, to use it you must specify the system programming (SP) parameter in the EXEC statement of the translate step of your compile job. See Technote 1265081 for further information.End of change

Read syntax diagramSkip visual syntax diagram
ENDBROWSE PROCESS

>>-ENDBROWSE--PROCESS--BROWSETOKEN(data-value)-----------------><

Conditions: ILLOGIC, TOKENERR

Description

ENDBROWSE PROCESS ends a browse of the processes of a specified type within the CICS business transaction services system, and invalidates the browse token.

Options

BROWSETOKEN(data-value)
specifies, as a fullword binary value, the browse token to be deleted.

Conditions

ILLOGIC
RESP2 values:
1
The value specified in the BROWSETOKEN option matches a current browse token, but not one that is being used for a process browse.
TOKENERR
RESP2 values:
3
The browse token is not valid.