SIGNON field (SIGNON_MODULE subsystem parameter)
The value of this field specifies the member name of the load module that is to be used for the Db2 sign-on exit routine.
Acceptable values: | for installation: 1–8 characters; for migration: DSN3@SGN |
---|---|
Default: | DSN3@SGN |
Update: | option 25 on panel DSNTIPB |
DSNZPxxx: | DSN6SYSP SIGNON_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@SGN, the DSNTIJEX job creates a module with that name, with an alias of DSN3@SGN. If alias DSN3@SGN already exists, it is replaced. If a module that is named DSN3@SGN already exists, the link-edit request fails. In this case, you must delete the DSN3@SGN module or remove the ALIAS directive for DSN3@SGN from the link-edit in job step JEX0001 of DSNTIJEX.
If you run the installation CLIST in MIGRATE mode, this field is always set to DSN3@SGN and cannot be modified.
This parameter cannot be changed online.