Configuring Language Environment for CICS to invoke Fault Analyzer

Fault Analyzer provides a Language Environment® abnormal termination exit for CICS® as another method of invoking Fault Analyzer to the CICS® XPCABND global exit. For more information, see CICS® LE abnormal termination CEECXTAN CSECT exit IDIXCCEE. To enable this exit, you must add it to the CEECXTAN CSECT for Language Environment® for CICS®. To do this, make a copy of the CEEWCEXT softcopy sample member in the CEE.SCEESAMP data set. Make the changes suggested in the sample member and replace the lines:
         <<< REPLACE THESE 2 LINES WITH A COPY OF CEECXTAN
             AND OVERRIDE AS DESIRED  >>>
with
         CEEXAHD        ,User exit header
         CEEXART  TERMXIT=IDIXCCEE
         CEEXAST        ,Terminate the list

For general information about implementing a Language Environment® abnormal termination exit for CICS®, refer to the Language Environment® Customization book.

Note: The non-CICS version of this exit, CEEEXTAN, installed with sample job CEEWDEXT in data set CEE.SCEESAMP, is very similar to this exit. If you are going to install both, make sure that you have used the correct names and not installed the same exit twice.