Modify the CICS startup job

  1. Locate the LIBDEF statement with the following search string and ensure that it contains the QMF library and sublibrary:
    // LIBDEF *,SEARCH+(PRD2.CONFIG,PRD1.BASE,PRD2.DB2710, -
                    PRD2.PROD),PERM
  2. Define the labels for the base QMF panel file and for the NLF equivalent member with your other CICS DLBL statement:
    // DLBL DSQPNLE,'QMF720.DSQPNLE',,VSAM,CAT=VSESPUC
    For NLF:
    // DLBL DSQPNLn,'QMF720.DSQNLE',,VSAM,CAT=VSESPUC

    Optionally, the above DLBL statement can be included in the system standard label procedure.

  3. Ensure that virtual storage allocated to the CICS partition was expanded.

Shut down and restart CICS to incorporate changes made to the CICS tables and to the CICS startup job

[ Previous Page | Next Page | Contents | Index ]