Authorizing Application Performance Analyzer modules
The libraries hlq.SCAZAUTH and hlq.SCAZLINK
contain all of the Application Performance Analyzer modules
that must be authorized for the product to execute successfully. Add hlq.SCAZAUTH
and hlq.SCAZLINK to the system APF list by performing the following
steps:
- Create or update a PROGxx member in SYS1.PARMLIB (or
any parmlib that will be used for IPL). Add one of the following statements,
where hlq is the high-level qualifier that you used to install Application Performance Analyzer:
- If the libraries are managed by SMS, use:
andAPF ADD DSN(hlq.SCAZAUTH) SMS
APF ADD DSN(hlq.SCAZLINK) SMS
- If the libraries are not managed by SMS, use:
andAPF ADD DSN(hlq.SCAZAUTH) VOLUME(parm)
APF ADD DSN(hlq.SCAZLINK) VOLUME(parm)
The variable parm is one of the following
- A six-character identifier for the volume on which hlq.SCAZAUTH and hlq.SCAZLINK reside
- ******, which indicates that hlq.SCAZAUTH and hlq.SCAZLINK are located on the current SYSRES volume
- *MCAT*, which indicates that hlq.SCAZAUTH and hlq.SCAZLINK are located on the volume that contains the master catalog
- If the libraries are managed by SMS, use:
- To make the change effective, either issue the 'SET PROG=xx' command or IPL.