Modifying an existing ISPF selection menu

You can invoke the HCL Workload Automation for Z dialog by including HCL Workload Automation for Z as an option on your existing ISPF master application menu, or on any other selection menu. The following example shows how to do this. The statements that you insert are marked on the right with an arrow (<====).

ISPF-selection-menu modification for HCL Workload Automation for Z
)BODY
⋮
    1  ....... - .............
    2  ....... - .............
    .  ....... - .............
    O  OPC - Operations Planning and Control <====
    .  ....... - .............
)PROC
⋮REQCLEANUP - Created by ActiveSystems 12/14/99 Entity not
defined.
 = TRANS(TRUNC(REQCLEANUP - Created by ActiveSystems 12/14/99 Entity not
defined.,'.')
    1 , ....
    2 , ....
    . , ....
    O , 'PANEL(EQQOPCAP) NEWAPPL(EQQA)' <====
    . , ....
⋮
)END

Before you can invoke the HCL Workload Automation for Z dialog, allocate the data sets. You can allocate these data sets through the TSO logon procedure, or by running a CLIST after TSO logon.

Although you can use any name that follows the guidelines already established at your installation, the sample ISPF command table, EQQACMDS, is valid only if you use the ISPF application name EQQA. If you change the application name on the ISPSTART command, remember to create the corresponding ISPF command table in the table library.