To add File Manager to your ISPF Primary Option Menu panel
(ISR@PRIM), insert the additional lines (◄ New) as shown in this figure: Figure 1. Adding File Manager to the ISPF Primary Option
Menu panel
⋮
)BODY CMD(ZCMD)
⋮
9 IBM Products IBM program development products
10 SCLM SW Configuration Library Manager
11 Workplace ISPF Object/Action Workplace
FFile ManagerFile Manager for z/OS ◄ 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 */ ◄ New
⋮