Previous Topic: ESFCCLUP and ESFENCLUNext Topic: IMS Task Cleanup


Installing the CICS Clean-Up Routine

To install the cleanup facility

  1. Copy the modules ESFCCLUP and ESFENCLU from the CA Spool CBQ4LOAD library to a library defined in your CICS procedure through the DFHRPL DD statement.
  2. Define the program into the desired RDO group using CICS program DFHCSDUP:
    DEFINE PROGRAM(ESFCCLUP)  GROUP(ESF)  LANGUAGE(ASSEMBLER)  RESIDENT(YES)
    
    DEFINE PROGRAM(ESFENCLU)  GROUP(ESF)  LANGUAGE(ASSEMBLER)  RESIDENT(YES)
    
  3. Add the following entry to the CICS PLTPI:
    ESFENCLU DFHPLT TYPE=ENTRY,PROGRAM=ESFENCLU