Define RMF library authorization
All RMF™ load modules reside in the two libraries SYS1.SERBLINK and SYS1.SERBLPA. If you are activating RMF for the first time, you have to define these libraries as APF authorized libraries. You can choose to do it either with or without an IPL.
To activate RMF with an IPL:
- Add the SERBLINK library to the link list
- Add the SERBLINK library to the APF list
- Add the SERBLPA library to the LPA list
- IPL the system
To activate RMF without an IPL:
- Add the SERBLINK library to a dynamic link list
- Change the APF format to dynamic, if it is not already dynamic
- Add the SERBLINK library to the dynamic APF list
- Add the SERBLPA library to Dynamic LPA
- Issue SETPROG commands to make the changes effective
For more information about adding libraries to the link, APF, and LPA lists with or without an IPL, see z/OS MVS Initialization and Tuning Reference. For information about the syntax of the SETPROG command, see z/OS MVS System Commands.