
154 IMS in the Parallel Sysplex, Volume I: Reviewing the IMSplex Technology
Command authorization for a command entered through the OM interface can be checked by
OM, by IMS, or by both. In the OM initialization PROCLIB member (DFSOIxxx), the
CMDSEC= parameter tells OM whether to check command authorization, and if so, how. The
choices are the same as for:
Use RACF (or equivalent security product)
Use a user-written security exit
Use both RACF and the exit
Use neither RACF nor exit
If the exit is to be used, then the exit must be defined in the BPE User Exit List PROCLIB
member pointed to in the BPECFG PROCLIB member. The user exit list entr ...