Global user exits - EXITGLUE

The Global user exits (EXITGLUE) view shows information about installed CICS TS global user exits.

Supplied views

To access from the main menu, click:

CICS operations views > Exit operations views > Global user exits

Table 1. Views in the supplied Global user exits (EXITGLUE) view set
View Notes
Global user exits

EYUSTARTEXITGLUE.DETAILED

Detailed information about a specific global user exit.
Global user exits

EYUSTARTEXITGLUE.TABULAR

Tabular information about currently installed global user exits.

Actions

None.

Fields

Table 2. Fields in EXITGLUE views
Field Attribute name Description
Entry address of global user exit ENTRY Specifies the entry address of the global user exit program.
Entry name ENTRYNAME Specifies the name of the global user exit program. The value can be the same as the name of the load module, however a different value is returned when the load module contains more than one exit program.
Exit name EXITPOINT Specifies the name of the CICS exit.
Name of exit which owns global work area GAENTRYNAME Specifies the name of the currently enabled global, or task-related, user exit program that owns the global work area being used by the exit specified in the entry name field. This field will not contain a value unless a global work area is being used and is owned by another exit program.
Length of global work area GALENGTH Specifies the length of the global work area for this exit program.
Number of global work area users GAUSECOUNT The number of exit programs that are using the global work area owned by this exit program.
Number of global exit points where exit is enabled NUMEXITS Specifies the number of global exit points where exit is enabled
Program name PROGRAM Specifies the name of the load module of the exit program.
Exit program availability status STARTSTATUS Identifies whether the exit program is available for execution.
  • STARTED - The exit program is available for execution.
  • STOPPED - The exit program is not available for execution.