ACCESS CONTROL field (ACCESS_CNTL_MODULE subsystem parameter)

The value of this field specifies the member name of the load module that is to be used for the Db2 access control exit routine.

Acceptable values: for installation: 1–8 characters; for migration: DSNX@XAC
Default: DSNX@XAC
Update: option 25 on panel DSNTIPB
DSNZPxxx: DSN6SYSP ACCESS_CNTL_MODULE

This module typically resides in library prefix.SDSNEXIT. If you specify a name that starts with DSN, use DSNX@xxx, where xxx is any unused set of three alphanumeric characters. This naming convention avoids conflict with members of prefix.SDSNLOAD.

If you specify a name other than DSNX@XAC, the DSNTIJEX job creates a module with that name, with an alias of DSNX@XAC. If alias DSNX@XAC already exists, it is replaced. If a module that is named DSNX@XAC already exists, the link-edit request fails. In this case, you must delete the DSNX@XAC module or remove the ALIAS directive for DSNX@XAC from the link-edit in job step JEX0003 of DSNTIJEX.

This parameter cannot be changed online.