(Optional) Adding Platform Server to an ISPF Selection Panel

You can update your ISPF panels to add the Platform Server as a menu choice.

    Procedure
  1. To include the Platform Server as a choice to the selection panel, you can add it as a choice in the )BODY and )PROC sections of the master selection panel.

    See the following example for your reference:

    )BODY
    
    Existing Panel
    
    SELECT OPTION===>_ZCMD
    
    +0 &PARM
    +1 &BROWSE
    +2 &EDIT
    
    Add This
    +F1 &MFT Platform Server
    
    Existing Panel
    
    )PROC
    
    &ZSEL=TRANS(&ZQ
    0, 'PANEL(ISPOPTA)'
    1, 'PGM(ISRBRO)'
    2, 'PGM(ISREDIT)'
    
    Add This
    F1, 'CMD(FUSION) NEWAPPL(PROM)'