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


Steps to add a new Foreground option to the Foreground Selection Panel

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

The steps required to add a new option to the PDF Foreground Selection Panel are listed here.

  1. Add new option (for example, '99') to the Foreground Selection Panel, ISRFPA. Use the PGM keyword to specify that program ISPFPR is to receive control, and use the PARM keyword to pass the name of the new option panel. For example:
    )PROC
      &ZSEL = TRANS( TRUNC(&ZCMD,'.')
                    . . .
                    99,'PGM(ISRFPR) PARM((FORNEW) 99)'
                    . . .
  2. Add new option panel FORNEW to the panel library. Use one of the distributed option panels (for example, ISRFP01) as a model.
  3. Develop a corresponding CLIST (referenced from panel FORNEW by the ZSEL variable). Use one of the distributed CLISTs (for example, ISRFC01) as a model. Add the CLIST to a library accessible to ddname SYSPROC.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014