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


Updating IKJTSOxx to authorize DFSMSrmm commands

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

Update IKJTSOxx to authorize RMM commands and utilities. Refer to z/OS TSO/E Customization if you use the TSO CSECT facility rather than IKJTSOxx for these updates.

To authorize the TSO command RMM, make the specifications as shown in Figure 1:

Figure 1. Updating IKJTSOxx to authorize RMM commands
       AUTHCMD NAMES(RMM)

To authorize the DFSMSrmm utilities that you can use within TSO/E or call through the TSO/E Service Facility, make the specifications as shown in Figure 2:

Figure 2. Updating IKJTSOxx to call DFSMSrmm through TSO
      AUTHTSF NAMES(EDGHSKP
                    EDGUTIL
                    EDGRPTD
                    EDGBKUP
                    EDGUPDT
                    EDGAUD)
      AUTHPGM NAMES(EDGHSKP
                    EDGUTIL
                    EDGRPTD
                    EDGBKUP
                    EDGUPDT
                    EDGAUD)

To dynamically obtain the updated version of the IKJTSOxx member, use the TSO PARMLIB UPDATE(**) command in your TSO session.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014