(Optional) Dynamically Adding Platform Server Libraries to ISPF
You can use the FUSCLIST member in the SAMPLIB library to dynamically add platform server libraries to the ISPF environment.
This procedure does not dynamically add the platform server
STEPLIB to the ISPF PROC. You must add the platform server STEPLIB to the ISPF PROC in one of the following ways:
- Add the platform server LOADLIB to the ISPF PROC STEPLIB.
- Add the platform server LOADLIB to the z/OS link list.
- Create a new PROC that has the platform server LOADLIB in the STEPLIB.
- Use the following command to activate the
STEPLIB. This must be done in TSO before ISPF starting:
TSOLIB ACTIVATE DSNAME(FUSION.LOAD)
After the platform server LOADLIB is added to the ISPF link list or STEPLIB, you can follow the following steps to customize the REXX exec:
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.