AOI1= parameter for procedures

Use the AOI1= parameter in procedures to specify the security product and level of security to use for authorization of type-1 AOI commands. Valid values are A, C, N, and R. R is the default.

The default value for this parameter is set during system definition by using either the DCC, IMS, or TRANSACT procedure. Because the AOI1 specification is not included in a checkpoint record, you can change the AOI1 value each time IMS is initialized.

A
Includes options C and R. RACF® is called first, and then the system authorization facility (SAF) return code, RACF return code, and RACF reason code are passed to the Command Authorization exit routine (DFSCCMD0). These return codes are decoded into a security code, which is also passed to the user exit DFSCCMD0 for processing.
C
Specifies that DFSCCMD0 is to be called for command authorization.
N
Specifies that no authorization security checking is to be used for this function.
R
Specifies that RACF is to be called for command authorization. R is the default.