Authorizing the System Data Engine with APF
For the System Data Engine to gather System Management Facilities (SMF) data, the
SHBOLOAD
library must be authorized with the authorized program facility
(APF).
About this task
To authorize the SHBOLOAD
library, a library name and volume ID must be in the
list of authorized libraries in the PROGxx
member of the
SYS1.PARMLIB
library.
Procedure
Use one of the following methods to authorize the
SHBOLOAD
library:
- To include the
SHBOLOAD
library in APF at system IPL, add the following statement to aPROGxx
member:APF ADD DSNAME(hlq.SHBOLOAD) VOLUME(volname) APF ADD DSNAME(hlq.SHBOLLST) VOLUME(volname)
- To dynamically add the
SHBOLOAD
library to APF after system IPL, run the following MVS™ command:SETPROG APF,ADD,DSNAME=hlq.SHBOLOAD,VOLUME=volname SETPROG APF,ADD,DSNAME=hlq.SHBOLLST,VOLUME=volname