The example program for the XTSEREQ global user exit, DFH$XTSE

The example global user exit program, DFH$XTSE, shows you how to use CICS commands, XPI calls, and other functions in a global user exit program.

The example program shows you how to do the following tasks:
  • Use EXEC CICS commands in a global user exit program
  • Use EXEC CICS commands and XPI calls in the same exit program
  • Modify the command parameter list in EXEC interface exits such as XTSEREQ, XICEREQ, and XFCREQ
  • Modify Temporary Storage (TS) requests.

You must customize the DFH$XTSE program before using it in a production environment. The DFH$XTSE program is in the SDFHSAMP library.