Add modules BBOLPA and BBOLOAD libraries to the LPA list,
and remove them from the STEBLIB. Putting modules in STEBLIB causes each
address space to require 200 M more storage than if it runs from LPA or
LINKLIST.
Issue the following example commands to:
- Ensure that the modules are loaded into dynamic LPA.
- Ensure that the modules are available after an IPL.
- Create a new PROGxx member with the SETPROG LPA commands.
- Invoke the PROGxx member from PARMLIB COMMNDxx.
SETPROG LPA,ADD,MASK=*,DSNAME=hlq.SBBOLOAD
SETPROG LPA,ADD,MASK=*,DSNAME=hlq.SBBOLPA
where hlq is the high-level qualifier for your WebSphere® for
z/OS® data sets
Note: If you use SETPROG on a running system, be sure to purge
modules with the same name as those from BBO.SBBOLPA, BBO.SBBOLOAD, or
BBO.SBBOMIG that are already in the LPA.
|