QMF Installation User Exit (DSQUOPTS)

DSQUOPTS, a new QMF installation user exit for QMF Version 7.2, can be used to override the initial default value of selected global variables.

The global variables that are supported in the first level of DSQUOPTS are DSQEC_DISABLEADM and DSQEC_SHARE. Either or both of these global variables may have their initial default value set to a different value than the provided QMF default.

For example, DSQEC_DISABLEADM has a QMF initial default value of 0. This means that QMF will do QMF Administrator authority checking. If DSQUOPTS is modified to give DSQEC_DISABLEADM an initial value of 1, then QMF Administrator authority checking would not be done, and users that run QMF would never be considered to be QMF Administrators.

The QMF installation user exit DSQUOPTS may be modified by changing the DSQUOPTS assembler source, assembling and link-editing the module.

[ Previous Page | Next Page | Contents | Index ]