DB2 graphic  QMF Version 8

Step 3--Tailor NLF QMF for CICS

You can run this step after the QMF product has been tailored for CICS as described in Tailoring QMF for CICS. Run all the steps if you are migrating from Version 3.3.

Step 3A--Add NLF QMF transaction ID to DB2 RCT

The database plan ID and authorization ID for a transaction are specified in the DB2 resource control table (RCT). For example, to specify a transaction ID of "QMFn" and an authorization ID of "DEPT1", add the following statement:

DSNCRCT TYPE=ENTRY,TXID=QMFn,PLAN=QM720,AUTH=DEPT1

QMF ships a sample RCT entry located in QMF810.SDSQSAPn(DSQ1nRCT).

After the RCT is updated with information describing the QMF transaction to DB2, you must then regenerate your RCT.

Step 3B--load QMF GDDM map sets to the ADMF data set

Preparation

The job used in this step is QMF810.SDSQSAPn(DSQ1nADM). Change the job statement to conform to your installation. If necessary, change the values for the installation parameters in the job's instream procedure.

Table 43. Installation parameters for DSQ1nADM
Parameter name Description of value Default
QMFTPRE The prefix name of the QMF target libraries QMF810
REG The job-step region size 2048
GDDM The name of the GDDM ADMF data set GDDM.ADMF

Step 3C--Update CICS control tables (CICS ESA only)

Before you can run the NLF/QMF feature under CICS, QMF entries must be defined in the CICS system definition file (CSD).

Preparation

The job used in this step is QMF810.SDSQSAPn(DSQ1nCSD). Change the job statement to conform to your installation. If necessary, change the values for the installation parameters in the job's instream procedure:

Table 44. Installation parameters for DSQ1nCSD
Parameter name Description of value Default
QMFTPRE The prefix name of the QMF target libraries QMF810
REG The job-step region size 2048
OUTC The job output class *
CLOAD The name of the CICS load library CICS.SDFHLOAD
CCSD The name of the CICS CSD data set CICS.DFHCSD

Step 3D--Update CICS region job stream

The QMF panel file must be added to the existing JCL that is used to start the CICS region containing QMF. Add the following statement:

//DSQPNLn DD DSN=QMF810.DSQPNLn,DISP=SHR

where n is the NLF character.

Step 3E--Run the IVP

Run the IVP as indicated in Run the IVP (CICS), changing the following names:

where n is the NLF character.


Go to the previous page Go to the next page

Downloads | Library | Support | Support Policy | Terms of use | Feedback
Copyright IBM Corporation 1982,2004 Copyright IBM Corporation 1982, 2004
timestamp Last updated: March, 2004