z/OS ISPF Planning and Customizing
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Steps to add a new Foreground primary option to PDF

z/OS ISPF Planning and Customizing
GC19-3623-00

The steps required to add a new PDF primary option that uses the Foreground processing mechanism are listed here.

  1. Add the new option (for example, ‘10’) to the ISPF Primary Option Menu, panel ISR@PRIM. In the translated value for option 10, use the PANEL keyword to specify the name of the selection panel to be displayed next. For example:
    )PROC
      &ZSEL = TRANS( TRUNC(&ZCMD,'.')
                    . . .
    
                   10,'PANEL(XYZ)'
  2. Add new selection panel XYZ to the panel library. Use panel ISRFPA as a model. For each option, use the PGM keyword to specify that program ISRFPR is to receive control, and use the PARM keyword to pass the name of the option panel. For example:
    )PROC
      &ZSEL = TRANS( TRUNC(&ZCMD,'.')
                    . . .
    
                    2,'PGM(ISRFPR) PARM((FORNEW) 2)'
  3. Proceed as specified in Steps to add a new Foreground option to the Foreground Selection Panel, starting at step 2.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014