Previous Topic: Controlling Applications that Invoke R_auditxNext Topic: Controlling Applications that Invoke R_Getinfo


Controlling Applications that Invoke R_dcekey

Authorized components can invoke the R_dcekey callable service to:

Applications that do not run in system key or in supervisor state require READ access to the BPX.SERVER or IRR.RDCEKEY resource in the IBMFAC class.

To establish read access to R_dcekey

  1. Enter the commands:
    TSS ADD(tssdept) IBMFAC(IRR)
    
    TSS ADD(tssdept) IBMFAC(BPX)
    

    The IBMFAC is owned.

  2. Enter the commands:
    TSS PER(tsscomp1) IBMFAC(BPX.SERVER)
                      ACCESS(READ)
    
    TSS PER(tsscomp1) IBMFAC(IRR.RDCEKEY)
                      ACCESS(READ)
    

    The permit is added to the component.