Step 3--Install QMF NLF in the foreground

If you want to install QMF NLF in the foreground, select the I option on the "P T I" panel. A dialog panel is then displayed, requesting installation options. After you enter the information, a message tells you that the installation is proceeding.

DB2 authority

When you submit the jobs in the foreground, they are installed under your current LOGON ID. If your LOGON ID has "Q" as its authorization ID, you will need, as a minimum, DB2 authority granted by the following SQL statements:

GRANT USE OF BUFFERPOOL BP0 TO Q
GRANT CREATESG TO Q
GRANT SELECT ON SYSIBM.SYSTABLES TO Q WITH GRANT OPTION
GRANT SELECT ON SYSIBM.SYSTABAUTH TO Q WITH GRANT OPTION
GRANT SELECT ON SYSIBM.SYSCOLUMNS TO Q WITH GRANT OPTION
 

If your LOGON ID has an authorization other than "Q", you need the authority granted by the following SQL statement:

GRANT SYSADM TO authid

where authid is the primary authorization ID. You are now done with Step 3. Continue the installation with one of the following:

If you are installing QMF NLF into another DB2 subsystem:

[ Previous Page | Next Page | Contents | Index ]