DSNAME


1 DSNAME=data_set_name
DSNAME
Specifies the name of the library from which FM/Db2 is to load the FM/Db2 options module - usually FMN2POPT. Note that the member keyword can be used to specify an alternative name to FMN2POPT, if required.

If the DSNAME keyword is specified, FM/Db2 bypasses the usual library search when loading the FM/Db2 options module and only searches the specified library for the module.

When the DSNAME keyword is omitted, FM/Db2 searches load libraries allocated to the user's session in the normal order, for example, LIBDEF, ISPLLIB, STEPLIB, JOBLIB, link list.

One use of this option is in an environment with stringent security requirements, where it is necessary to ensure that all FM/Db2 users access a particular FM/Db2 options module, and that the use of this option module cannot be avoided.

The DSNAME keyword is optional.