Enabling Debug Profile Service to switch user context

Debug Profile Service must be able to switch to the client user ID to perform I/O operations on EQAUOPTS data sets. Define specific BPX.SRV profiles in the SURROGAT class in RACF, or specify a general profile to allow the API to switch to any user ID:
  1. RDEFINE SURROGAT BPX.SRV.** UACC(NONE)
  2. PERMIT BPX.SRV.** CLASS(SURROGAT) ID(STCEQA) ACCESS(READ)
  3. SETROPTS RACLIST(SURROGAT) REFRESH
Note: Ensure that the started task user ID is protected by specifying the NOPASSWORD keyword.