Adding the BMC load library to your system APF list
You can use member BAIAPF as a model to help you temporarily authorize BBLINK programs with the Authorized Program Facility (APF). Use the following procedures to authorize the programs temporarily or permanently.
To authorize in BBILIB member BAIAPF temporarily
- Create UBBSAMP member BAIAPF.
- Copy BBILIB member BAIAPF to the new member.
- Change the PROC statement PREFIX parameter from @PREFIX to prefix, where prefix is the high-level qualifier for the BMC II for z/OS libraries.
- Change the PROC statement LIB parameter from @BBIAPF to the name of a previously authorized library.
- Change the PROC statement VOL parameter from @BBIVOL to the VOLSER of the volume where BMC II for z/OS BBLINK libraries reside.
- Submit the job.
To authorize APF permanently
To permanently authorize the BBLINK library, use APF to update either SYS1.PARMLIB member:
IEAAPFxx
xx identifies the APF suffix specified in the IEASYS member that was used for the last system IPL. An IPL is required for the SYS1.PARMLIB change to take effect.
PROGxx
xx identifies the member in SYS1.PARMLIB that contains the parameters that define the list of APF-authorized libraries.
You can specify multiple PROGxx members with the PROG parameter:
PROG=(xx,...,xx)
xx can be any two alphanumeric characters. An example follows:
PROG=(01,02)Libraries are placed in the APF list as follows:
- Libraries are specified in the PROGxx members.
If you have an existing IEAAPFxx member and PROGxx, both are processed.
To use only PROGxx, change IEAAPFxx to PROGxx and remove the APF parameters from IEASYSxx and IEASYS00.
An IPL is required before the SYS1.PARMLIB change can take effect. Alternatively, you can authorize the new libraries with the MVS SET command T PROG=xx, where xx identifies the SYS1.PARMLIB member.
For more information about APF authorization, see the IBM Initialization and Tuning Reference manual for your operating system.