z/OS TSO/E Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Modifying termination processing

z/OS TSO/E Customization
SA32-0976-00

As shipped by IBM®, the termination CLIST, ICQGCC11, contains no trace processing. If your installation requires termination processing, add the necessary code to ICQGCC11. Then you can either:
  • Change the parameter EXITPROC(N) on the PROC statement of CLIST ICQICF to EXITPROC(Y).
  • Add the parameter EXITPROC(Y) on the EXEC statement in the LOGON procedures for the users and administrators, as shown in the following examples:
    For administrators:
    //ICQAPROC EXEC PGM=IKJEFT01,REGION=4096K,DYNAMNBR=40,
    //         PARM='ICQICF APPLNAME(ICQADMIN)
    EXITPROC(Y)'
    For users:
    //ICQPROC  EXEC PGM=IKJEFT01,REGION=4096K,DYNAMNBR=40,
    //         PARM='ICQICF APPLNAME(ICQUSER) EXITPROC(Y)'
ICQGCC11 is invoked after both the Information Center Facility session and the ISPF session have ended.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014