CICSplex Global User Exits attribute group

The CICSplex Global User Exits attribute group returns details about Global User Exit Points, locations in a CICS module where control can be transferred to a user-written global user exit program.

CICS Region Name Indicates the job name or modify ID of the CICS region being monitored. Each CICS region in a z/OS image has a unique name. This name is an alphanumeric string of up to 8 characters. CICS region names are always in uppercase characters.

Entry Name Is the name of an exit associated with the exit point. This name is an alphanumeric string of up to 8 characters.

Exit Name Is the identifier of an exit point. This name is an alphanumeric string of up to 8 characters.

Exit Program Name Is the name of an exit program associated with the exit point. This name is an alphanumeric string of up to 8 characters.

GWA Entry Name Is the exit that owns the global workarea. This name is an alphanumeric string of up to 8 characters.

GWA Length Is the length of the global workarea for the exit. The valid value is an integer.

GWA Use Count Is the total number of user exits that are using the global workarea owned by this exit. The valid value is an integer.

Number of Exits Is the number of global user exit points at which the exit is enabled. The valid value is an integer.

Origin Node Is the combination of z/OS System ID (SMFID) and CICS region name. The value format is an alphanumeric string of up to 32 characters and case-sensitive.

Program Concurrency Is the concurrency status indicator. The valid values are Quasirent and Threadsafe.

Program Status Indicates whether the exit is available for execution. The valid values are Started and Stopped.

System ID Indicates the 4-character name that uniquely identifies an active z/OS system within a given CICSplex. The value format is an alphanumeric string of up to 4 characters. z/OS System IDs are always in uppercase characters.