CMDSEC= parameter for procedures
Use the CMDSEC= parameter in procedure to specify the security method to be used for OM command security.
The possible values are:
- A
- Specifies that both RACF (or an equivalent security product) and the OM Security exit are to be called (options E and R). RACF is called first. Then the security authorization facility (SAF) return code, RACF return code, and RACF reason code are passed to the exit. These return codes are decoded into a security code, which is also passed to the exit for processing.
- E
- Specifies that the OM Security user exit routine is to be called for command authorization.
- N
- Specifies that no authorization checking is to be done. This is the default.
- R
- Specifies that RACF (or an equivalent security product) is to be called for command authorization.
This is an optional execution parameter. If specified, it overrides the value specified in the CSLOIxxx PROCLIB member. If not specified, the value in the CSLOIxxx PROCLIB member is used.