Link-edit jobs for QMF

QMF is prelinked with the following release levels of products:

If you have different releases of these products, the following job must be run:

  1. Punch DSQ3ELNK to a library and edit the job. The following example uses ICCF to perform the punch:
    LIBRP PRD2.PROD DSQ3ELNK.Z DSQ3ELNK (REPLACE
    Press Enter.
  2. Delete the first line of the file, starting with CATALOG.
  3. Change all instances of ..* to * with the following command:
    ch /..*/*/ *
  4. Verify or correct the QMF library and sublibrary names. Change the names accordingly if they were changed from the default PRD2.PROD library.
  5. Verify or change the search chain so that it contains the library and sublibrary for QMF, DB2, GDDM/VSE, and CICS:
    // LIBDEF OBJ,SEARCH=(PRD2.PROD,PRD2.DB2710,PRD1.BASE)
  6. File and run the job; check the system console to ensure the job completed with a return code of 4. A return code of 0 is not returned because of weak external references (WXTRNs) that are not resolved during the linkage editor run.

    If the job did not complete with ar return code of 4, recheck the LIBDEF statement for the above products and rerun the link-edit job. Below is an example of the output from this link-edit:

    21651 WARNING - RMODE=ANY ASSIGNED TO PHASE, BUT THE PHASE
          CONTAINS 2 AND/OR 3 BYTE RELOCATABLE ADDRESS CONSTRAINTS
    UNRESOLVED EXTERNAL REFERENCES             WXTRN    ADMUFO
                                               WXTRN    GERHND
                                               WXTRN    ADME000C
                                               WXTRN    ADMADFC
                                               WXTRN    ADMACIN
                                               WXTRN    ADMUOFF
                                               WXTRN    DSQCLDQ
                                               WXTRN    LTTBAS
                                               WXTRN    LTTBASX
                                               WXTRN    DSNHLI
                                               WXTRN    DSQIRDB2

    Additionally, several messages will appear about the use of WXTRNs and using 2- or 3-byte ADCONs. These messages are expected and should not cause a problem for QMF.

[ Previous Page | Next Page | Contents | Index ]