Adding IBM z/OS Debugger Utilities to the ISPF menu
To add IBM®
z/OS® Debugger Utilities
to an ISPF panel, add code that calls EQASTART
to
an existing panel. For example, to add IBM
z/OS Debugger Utilities
to the ISPF Primary Option Menu panel (ISR@PRIM), insert the additional
lines ( ←New ) as shown below:
…
)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
D z/OS Debugger JCL
Wizard - z/OS Debugger JCL
Wizard Utility functions ←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 */
D,'CMD(EXEC ''hlq.SEQAEXEC(EQASTART)'')' /* z/OS Debugger JCL
Wizard Utilities */ ←1
…
If you copied IBM z/OS Debugger Utilities to system data sets or concatenated them to existing DD names (as described in Method 2 in Choosing a method to start IBM z/OS Debugger Utilities), then change line 1 to the following:
D,'CMD(%EQASTART)' /* z/OS Debugger JCL
Wizard Utilities */
For more information about configuring your ISPF Primary Option Menu panel, see z/OS ISPF Planning and Customizing.