z/OS DFSMSrmm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Modifying an ISPF selection panel

z/OS DFSMSrmm Implementation and Customization Guide
SC23-6874-00

You can modify the selection so that only the USER option of the DFSMSrmm dialog is available to the majority of end users.
  • If you are not using LIBDEF, add to the )PROC section:
    R,'CMD(%RMMISPF USER) NEWAPPL(EDG)'
  • If you are using LIBDEF, modify the supplied EDGRMLIB EXEC to include the USER parameter on the RMMISPF EXEC call.
    For example, enter this REXX statement to replace the one supplied in EDGRMLIB.
    address "ISPEXEC" "SELECT CMD(%RMMISPF USER) NEWAPPL(EDG) PASSLIB"

Make the DFSMSrmm panel library, tables, skeletons, messages, and REXX execs available to users. If you are not using LIBDEF, Table 1 shows the names of the default libraries that you concatenate to the DD statements in the TSO logon procedure or a user-supplied start-up CLIST. If you are using LIBDEF, the EDGRMLIB EXEC allocates these default libraries to the user. If you changed the names of the target libraries on your system, modify the EDGRMLIB exec to contain the new library names.

Table 1 lists the DFSMSrmm libraries by the default target names.

Table 1. Default libraries to concatenate
DFSMSrmm Data Set Name DD Statement Content
SYS1.SEDGEXE1 SYSPROC (or SYSEXEC) REXX execs
SYS1.SEDGMENU ISPMLIB English messages
SYS1.SEDGPENU ISPPLIB English panels
SYS1.DGTSLIB ISPSLIB Skeletons
SYS1.DGTTLIB ISPTLIB Tables

The target library SYS1.SEDGEXE1 has a fixed-block record format. The SYS1.DGTSLIB library and the SYS1.DGTTLIB library are shared with other DFSMS components.

To customize the DFSMSrmm Report Generator library names, you can modify the EDGRMAIN member of SYS1.SEDGEXE1. Refer to z/OS DFSMSrmm Reporting for details.

Use the ISPF ISPPREP facility to build preprocessed versions of the panels. For more information on using ISPPREP, see z/OS ISPF User's Guide Vol I.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014