Modifying termination processing

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.