The functional routines of Application Performance Analyzer are executed under ISPF in a TSO/E user’s session. To allow users to start the Application Performance Analyzer user interface, you must make these ISPF libraries available to them.
To make the ISPF libraries available to users, do the following steps:
...
) BODY CMD(ZCMD)
...
9 IBM Products IBM program development products
10 SCLM SW Configuration Library Manager
11 Workplace ISPF Object/Action Workplace
APA AppPerfAnalyzer Application Performance Analyzer 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)’
APA,’CMD(EX ''hlq.SCAZEXEC(CAZISPS)'') +
MODE(FSCR) NEWAPPL(CAZ3)’ /*Application Performance Analyzer*/ ( NEW )
...
For more information about configuring your ISPF Primary Option menu, see z/OS® ISPF Planning and Customizing.
[ Top of Page | Previous Page | Next Page | Contents | Index ]