Adding Fast Path/EP libraries to the TSO logon procedure
If you choose to add the Fast Path/EP libraries to your TSO logon procedure, you can use either of the following methods to access the Fast Path/EP ISPF interface panels:
- Add an option to an ISPF product menu
- Use direct panel access to the Fast Path Analyzer/EP Primary Menu
To use the TSO logon method to install the Fast Path/EP ISPF interface
Modify the TSO logon procedures.For each user who requires access to the ISPF interface, make the changes that are listed in the following table to the TSO logon procedure. The variable yourname is the high-level qualifier from the initial installation.
If you selected merged libraries for your installation, add these libraries
If you selected separate libraries for your installation, add these libraries
To these lists of concatenated libraries
yourname.IMLIB
yourname.PFPLIB
ISPLLIB
yourname.BBLINK
yourname.BBLINK
yourname.IMMLIB
yourname.PFPMLIB
ISPMLIB
yourname.BBMLIB
yourname.BBMLIB
yourname.IMPLIB
yourname.PFPPLIB
ISPPLIB
yourname.BBPLIB
yourname.BBPLIB
yourname.IMSLIB
yourname.PFPSLIB
ISPSLIB
yourname.BBTLIB
yourname.BBTLIB
ISPTLIB
Add an option to an ISPF product menu for selecting Fast Path/EP products.
You should place the option for selecting the Fast Path/EP Primary Menu on an ISPF primary menu (for example, ISR@PRIM) according to the installation standards in effect at your site.
Add a line to the panel body section (for example, ISR@PRIM) and include the selection code for Fast Path/EP and an explanation for the selection. For example:
% F +BMC SOFTWARE FAST PATH/EP SERIESAdd a line to the menu selection validation statement that selects Fast Path/EP when you enter the selection code on the menu panel you just modified. For example:
&ZSEL = TRANS( TRUNC(&ZCMD,'.')
.
.
F,'PGM(PFMXPRIM) PARM(PFM,PFMPPRIM)+
NEWAPPL(PFMX) PASSLIB'
.
- (optional) Enable direct primary panel access.To access the Fast Path Analyzer/EP Primary Menu without first accessing the Fast Path/EP Primary Menu, complete the following steps:
Add a line to the panel body section (for example, ISR@PRIM) for the Fast Path/EP product being installed and include the product selection code and an explanation for the selection. For example:
% PFA +FAST PATH ANALYZER/EPAdd a line to the menu selection validation statement for the Fast Path/EP product being installed that selects the product when you enter the selection code on the menu panel that you just modified. For example:
&ZSEL = TRANS( TRUNC(&ZCMD,'.')
.
.
PFA,'PGM(PFMX0000) PARM(PFA,PFAPMENU)+
NEWAPPL(PFMX) PASSLIB
- (optional) Test the ISPF interface.Log off TSO and log back on. From the panel that you just modified, enter the Fast Path/EP selection code to test the Fast Path/EP ISPF interface. The Fast Path/EP Primary Menu or the Fast Path Analyzer/EP Primary Menu is displayed.
Related topic