Adding Application Performance Analyzer modules to the LNKLST

The library hlq.SCAZLINK contains Application Performance Analyzer's exit routines and modules that must be included in the LNKLST. This includes:

hlq.SCAZLINK must be added to the LNKLST for Application Performance Analyzer to execute successfully. Add hlq.SCAZLINK to the LNKLST by performing one of the following steps.

  • Update the PROGxx member in PARMLIB with one of the following statements, where hlq is the high-level qualifier that you used to install Application Performance Analyzer:
    • If the library is cataloged in the master catalog, use:
      LNKLST ADD NAME(lnklst.name) DSNAME(hlq.SCAZLINK)
    • If the library is cataloged in a user catalog, use:
      LNKLST ADD NAME(lnklst.name) DSNAME(hlq.SCAZLINK) VOLUME(volser)

    To make the change take effect, IPL the system.

  • Update the current PROGxx member or create a new PROGxx member that defines a new LNKLST with the addition of the SCAZLINK dataset.
    • If the library is cataloged in the master catalog, use:
      LNKLST ADD NAME(lnklst.name) DSNAME(hlq.SCAZLINK)
    • If the library is cataloged in a user catalog, use:
      LNKLST ADD NAME(lnklst.name) DSNAME(hlq.SCAZLINK) VOLUME(volser)
    To make the change take effect, issue the following command:
    'SET PROG=xx' where xx is the suffix of the PROG member that was just updated.