Installing Q.SYSTEM_INI

Create and save the Q.SYSTEM_INI procedure into the database like any other QMF procedure. The procedure must be named SYSTEM_INI and be saved under the authorization ID of Q. This QMF procedure should be shared among all QMF users. You can make the procedure sharable by specifying the SAVE command option SHARE=YES. It is also a good idea to add a comment describing the procedure. For example:

SAVE PROC AS Q.SYSTEM_INI  (SHARE=YES,COMMENT='QMF System
 Initialization Procedure')

In order to save the procedure under the authorization ID of Q, the user must be a QMF Administrator. A QMF Administrator would have the global variable DSQAO_QMFADM equal to 1.

[ Previous Page | Next Page | Contents | Index ]