Invoking the Main Menu from the ISPF Primary Menu
Standard ISPF library allocation techniques
Regardless of the invocation method used, whenever you invoke one of the BMC AMI Capacity Management products, you must make allocations for the ISPF libraries and the libraries supplied with the product. BMC uses LIBDEFs to handle allocation of the required libraries.
Tailoring member ISR_PRIM in the ISPF panel library
If you want to invoke the BMC AMI Capacity Management menu from the ISPF Primary Menu, you must tailor the panel (ISR@PRIM) of your ISPF panel library. BMC supplies a standard version of this panel (named BGS@PRIM).
If this supplied version is acceptable, proceed as follows:
- Edit
hiqual.midqual.ISPPLIB(BGS@PRIM)
and make hiqual.midqual consistent with the hiqual.midqual that you specified for your installation. - Replace your ISR@PRIM member with the member BGS@PRIM.
If your regular main menu is different from the BMC version and you want to retain it, do the following actions:
- Match the BGS@PRIM member to the ISR@PRIM panel at your site.
The BGS@PRIM member of hiqual.midqual.ISPPLIB includes the standard options provided by IBM, as well as a new option for selecting the BMC AMI Capacity Management menu. - If your site has added other options that you want to use, edit ISR@PRIM as follows to add just the BMC AMI Capacity Management menu option:
- Type the following line in the body of the panel to create a new menu option.
B + BMC Products - Display BMC Capacity Management for Mainframes Menu - In the PROC section of the panel, use the following statement as a choice for &ZSEL:
B, 'CMD(EX ''hiqual.midqual.CLIST(B1MVSGP)'')NEWAPPL(GPM)'
You must manually tailor hiqual and midqual to be the same values that you chose for hiqual and midqual, when you unloaded the distribution tape.
- Type the following line in the body of the panel to create a new menu option.
The following image shows hows to access the Main Menu from the ISPF Primary Option Menu:
OPTION===>
USERID - USER01
0 ISPF PARMS - Specify terminal and user parameters TIME - 16:00
1 BROWSE - Display source data or output listings TERMINAL- 3278
2 EDIT - Create or change source data
3 UTILITIES - Perform utility functions
4 FOREGROUND - Invoke language processors in foreground
5 BATCH - Submit job for language processing
6 COMMAND - Enter TSO Command, CLIST, or REXX exec
7 DIALOG TEST - Perform dialog testing
B BMC PRODUCTS - Display BMC AMI Capacity Management
W SDSF - System Display & Search Facility
X EXIT - Terminate ISPF using log and list defaults
Enter END command to terminate ISPF.
The following image displays the BMC AMI Capacity Management Main Menu:
OPTION ===>
1 - Universal Information Exchange
R - README FILE P - PRODUCT ADMINISTRATION
X - EXIT
Enter END or PF3 to return to the ISPF Primary menu