Figure 126 shows the format of the Global User Exits Report. This report is produced using the EXEC CICS® INQUIRE EXITPROGRAM command. The field headings and contents are described in Table 250.
Applid IYK2Z1V3 Sysid CJB3 Jobname CI07CJB3 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 78
Global User Exits
Exit Program Entry <------- Global Area -------> Number Program Program
Name Name Name Entry Name Length Use Count of Exits Status Concurrency
_____________________________________________________________________________________________
XRSINDI RSINDI RSINDI 0 0 1 Stopped Thread Safe
XRMIIN RMIIN RMIIN 0 0 1 Started Thread Safe
Field Heading | Description |
---|---|
Exit Name | The name of the global user exit point.
Source field: EXEC CICS INQUIRE EXITPROGRAM() EXIT() |
Program Name | The name of the exit program enabled at this
global user exit point.
Source field: EXEC CICS INQUIRE EXITPROGRAM() |
Entry Name | The name of the entry point for this exit
program at this global user exit point.
Source field: EXEC CICS INQUIRE EXITPROGRAM() ENTRYNAME() |
Global Area Entry Name | The name of the exit program that owns the
global work area associated with this exit program.
Source field: EXEC CICS INQUIRE EXITPROGRAM() GAENTRYNAME() |
Global Area Length | The length of the global work area for this
exit program.
Source field: EXEC CICS INQUIRE EXITPROGRAM() GALENGTH() |
Global Area Use Count | The number of exit programs that are associated
with the global work area owned by this exit program.
Source field: EXEC CICS INQUIRE EXITPROGRAM() GAUSECOUNT() |
Number of Exits | The number of global user exit points at
which this exit program is enabled.
Source field: EXEC CICS INQUIRE EXITPROGRAM() NUMEXITS() |
Program Status | Indicates whether this exit program is available
for execution.
Source field: EXEC CICS INQUIRE EXITPROGRAM() STARTSTATUS(cvda) |
Program Concurrency | Indicates the concurrency attribute of this
exit program.
Source field: EXEC CICS INQUIRE EXITPROGRAM() CONCURRENCY(cvda) |