Modify the DFHPCT and DFHPPT

If the QMF programs and transactions were not defined to the CSD, the following modifications must be made:

Modify the DFHPCT

  1. Locate the source of your DFHPCT.
  2. Find where local entries are made and enter copy statements for DSQ3EPCT and for any NLF PCT entries as shown in the example below:
    *-----------------------------------------------------
    *      LOCAL ENTRIES SHOULD BE PLACED BELOW THIS BOX
    *-----------------------------------------------------
           SPACE 3
           COPY DSQ3EPCT     ***** QMF for VSE BASE ENTRIES 
    For NLF:
           COPY DSQ3nPCT     ***** QMF for VSE NLF ENTRIES

    Substitute the appropriate NLID for the n.

  3. Assemble and link-edit the member to create a new DFHPCTC2 phase.

Modify the DFHPPT

  1. Locate the source of your DFHPPT.
  2. Find where local entries are made and enter copy statements for DSQ3EPCT and for any NLF PCT entries as shown in the example below:
    *-----------------------------------------------------
    *      LOCAL ENTRIES SHOULD BE PLACED BELOW THIS BOX
    *-----------------------------------------------------
           SPACE 3
           COPY DSQ3EPPT     ***** QMF for VSE BASE ENTRIES 
    For NLF:
           COPY DSQ3nPPT     ***** QMF for VSE NLF ENTRIES

    Substitute the appropriate NLID for the n.

  3. Assemble and link-edit the member to create a new DFHPPTC2 phase.
[ Previous Page | Next Page | Contents | Index ]