CEXITS view
This tabular view displays a list of the current CICS Global User Exit (GLUE) entries, Task Related User Exit (TRUE) entries, and related load modules that are defined to the CICS region.
To display the view, issue the following command:
CEXITS [target][exit]
where target is the specific or generic name of a target CICS region and exit is the name of a specific exit (such as XRMIN).
The following figure is displayed:
COMMAND ===> SCROLL ===> CSR
CURR WIN ===> 1 ALT WIN ===>
>W1 =CEXITS==========(BCVD=======*=======)ddmmmyyyy==hh:mm:ss====MVCICS===D===12
Exit Target Exit Load Exit Entry Global Global Task CICS RPL
Name Strt Module Program Address Address Size Size Load
SHUTDOWN BCVDK660 YES DFHMQTRU MQM B9BAA028 000D7004 32 264 YES 0
TASKSTART BCVDK660 YES CMRTRUEX CMRTRUE4 B8FB6928 000D72C4 96 1444 YES 23
TRUE EXIT BCVDK660 YES DFHEDP DLI B96C9018 284 NO N/A
TRUE EXIT BCVDK660 YES DFHLETRU DFHQSTRU B9689028 32 NO N/A
XDLIPOST BCVDK660 YES CMRKCPX4 CMRKCPX4 BA8BD098 YES 23
XDLIPRE BCVDK660 YES CMRKCPX4 CMRKCPX4 BA8BD098 YES 23
XDUREQ BCVDK660 YES CMRXDRQ4 CMRXDRQ4 B9BB6528 000D7334 448 YES 23
XDUREQC BCVDK660 YES CMRXDRQ4 CMRXDRQ4 B9BB6528 000D7334 448 YES 23
XFCFRIN BCVDK660 YES CMRKCPX4 CMRKCPX4 BA8BD098 YES 23
XMNOUT BCVDK660 YES CMRCMPX4 CMRCMPX4 B9BF4000 000D7034 640 YES 22
XPCTA BCVDK660 YES CMRKCPX4 CMRKCPX4 BA8BD098 YES 23
XRMIIN BCVDK660 YES CMRKCPX4 CMRKCPX4 BA8BD098 YES 23
XRMIOUT BCVDK660 YES CMRKCPX4 CMRKCPX4 BA8BD098 YES 23
Related views
The following views provide additional CICS exits information.
View | Description |
---|---|
CEXITSZ | To display summarized information about the EXITs in CICS region, enter the SUM command on the CEXITS view. The data is summarized by Region name. The Count field shows how many exits are represented by each line of summary data. You can also hyperlink from the Count field to the CEXITS view to expand a line of summary data. |
CEXITSD | To display a detailed view of a specific exit program, hyperlink from the Exit Strt field. |
CEXITSQ | To display a quick-menu for a specific exit program, hyperlink from the Exit Name field. |
Related topic