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.
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.
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.
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 |
Before you can run the NLF/QMF feature under CICS, QMF entries must be defined in the CICS system definition file (CSD).
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:
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 |
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.
Run the IVP as indicated in Run the IVP (CICS), changing the following names:
where n is the NLF character.