IDENTIFY/AUTH field (IDAUTH_MODULE subsystem parameter)

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

Acceptable values: for installation: 1–8 characters; for migration: DSN3@ATH
Default: DSN3@ATH
Update: option 25 on panel DSNTIPB
DSNZPxxx: DSN6SYSP IDAUTH_MODULE

This module typically resides in library prefix.SDSNEXIT. If you specify a name that starts with DSN, use DSN3@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 DSN3@ATH, the DSNTIJEX job creates a module with that name, with an alias of DSN3@ATH. If alias DSN3@ATH already exists, it is replaced. If a module that is named DSN3@ATH already exists, the link-edit request fails. In this case, you must delete the DSN3@ATH module or remove the ALIAS directive for DSN3@ATH from the link-edit in job step JEX0002 of DSNTIJEX.

This parameter cannot be changed online.