Adding ZDT/IMS to your ISPF menu

To add ZDT/IMS to your ISPF Primary Option Menu panel (ISR@PRIM), insert the additional lines (◄ Ⓝⓔⓦ) as shown in  . You could add ZDT/IMS in your Primary Option Menu after the Z Data Tools 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
 Z  Z Data Tools  Z Data Tools
 ZI ZDT/IMS       ZDT/IMSNew
⋮
)PROC
⋮
 &ZSEL = TRANS( TRUNC (&ZCMD,'.')
⋮
  9,'PANEL(ISRDIIS) ADDPOP'
 10,'PGM(ISRSCLM) SCRNAME(SCLM) NOCHECK'
 11,'PGM(ISRUDA) PARM(ISRWORK) SCRNAME(WORK)'
  Z,'PANEL(HFMSTASK) SCRNAME(ZDTOOLS) NEWAPPL(HFM)' /* Z Data Tools */
 ZI,'PANEL(HFM1ST00) SCRNAME(HFMIMS) NEWAPPL(HFM1)'  /* Z Data Tools IMS */ ◄ ⓃⓔⓦNew

To invoke ZDT/IMS with LIBDEFs, see Example 1. Invoking Z Data Tools, ZDT/IMS, and ZDT/Db2 primary options from a selection panel.

For information about configuring your ISPF Primary Option Menu panel, see z/OS ISPF Planning and Customizing.