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:
- The step initiation exit (CAZ00990), which receives control at step initiation.
- The USS Post-process initiation exit (CAZ00991), which receives control at new process initiation.
- The SMF exit (CAZ00993), which captures SMF type 120 subtype 9 and 10 records for WAS data.
- The SMF exit (CAZ00994), which captures SMF type 101 records for DB2® accounting data.
- The J9VM sampling engine modules (CAZ00102 and CAZ00111), which measure 31-bit Java™ applications running under the IBM® J9VM.
- The J9VM sampling engine modules (CAZ00104 and CAZ00114), which measure 64-bit Java applications running under the IBM J9VM.
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.
- If the library is cataloged in the master catalog, use:
- 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.
- If the library is cataloged in the master catalog, use: