Previous Topic: Terminating the Spool Interface Started TaskNext Topic: Administration of the CICS Feature


Checkpoint Checker

To use the Checkpoint Checker feature, you must activate exit APCSAMPF

  1. Exit APCSAMPF must be in a load library that is contained in the LINKLIST concatenation. If the exit is to be used before an IPL is performed, issue the operator command F LLA, REFRESH.
  2. Modify an existing or add a new MPFLSTxx member as required by the PARMLIB (the MPF parameter on the INIT of the active CONSOLxx member tells you which MPFLSTxx members are active at IPL). The new or modified MPFLSTxx member should have the following lines inserted:

    DFS681I,SUP(NO),USEREXIT(APCSAMPF)

    DFS683I,SUP(NO),USEREXIT(APCSAMPF)

    DFS0540I,SUP(NO),USEREXIT(APCSAMPF)

    DFS0542I,SUP(NO),USEREXIT(APCSAMPF)

  3. To activate the new/modified MPFLSTxx member prior to an IPL, issue the operator command SET MPF =xx (for our example if the member is MPFLSTAB, issue SET MPF =AB). If a new MPFLST member is used, add it to the MPF parameter on the INIT statement of the CONSOLxx member to activate it automatically at IPL time.