Adding FM/IMS to your ISPF menu
To add FM/IMS to your ISPF Primary Option Menu panel (ISR@PRIM), insert the
additional lines (◄ New) as shown in . You could add FM/IMS in your Primary Option Menu after the File Manager Base function. Figure 1.
⋮
)BODY CMD(ZCMD)
⋮
9 IBM Products IBM program development products
10 SCLM SW Configuration Library Manager
11 Workplace ISPF Object/Action Workplace
F File Manager File Manager for z/OS
FI FM/IMS FM/IMS ◄ New
⋮
)PROC
⋮
&ZSEL = TRANS( TRUNC (&ZCMD,'.')
⋮
9,'PANEL(ISRDIIS) ADDPOP'
10,'PGM(ISRSCLM) SCRNAME(SCLM) NOCHECK'
11,'PGM(ISRUDA) PARM(ISRWORK) SCRNAME(WORK)'
F,'PANEL(FMNSTASK) SCRNAME(FILEMGR) NEWAPPL(FMN)' /* File Manager */
FI,'PANEL(FMN1ST00) SCRNAME(FMIMS) NEWAPPL(FMN1)' /* File Manager IMS */ ◄New
⋮
To invoke FM/IMS with LIBDEFs, see Example 1. Invoking File Manager, FM/IMS, and FM/Db2 primary options from a selection panel.
For information about configuring your ISPF Primary Option Menu panel, see z/OS ISPF Planning and Customizing.