Create QMF/GDDM charts and the QMF trace data set

If you are migrating to QMF Version 7.2 from a previous QMF release, skip this step.

DSQ1BFRM creates QMF/GDDM charts and the QMF trace data set.

  1. Edit QMF720.SDSQSAPE(DSQ1BFRM).
  2. Locate the installation parameters in the instream procedure of the job and ensure that they match your specifications.
    //DSQ1BFRM PROC QMFTPRE='QMF720 ',     DSN Prefix for QMF Product
    //            GDDMADM='GDDM.ADMF',    GDDM ADMF Data Set Name
    //            CHRTVOL='QMFVOL',       QMF/GDDM Charts Volume
    //            TRCVOL='QMFVOL'         Trace Data Set Volume
  3. Edit DSQ1CFRM COPY, which is referenced on the SYSIN of DSQ1BFRM.
  4. Tailor the VSAM control statement for your installations.
      DEFINE CLUSTER (NAME(QMF720.DSQUCFRM) -
                        VOLUMES(QMFVOL) -     QMF/GDDM Charts volume
                        UNIQUE -
                        RECSZ(400 400) -
                        CONTROLINTERVALSIZE(2048) -
                        KEYS(20 0)) -
                      DATA -
                        (RECORDS(1000 300)) -
                      CATALOG(VSAMUSERCAT)    VSAM user catalog
  5. Submit QMF720.SDSQSAPE(DSQ1BFRM).
  6. Check for a return code of 0. If the return code is not 0, determine which steps ran correctly:
[ Previous Page | Next Page | Contents | Index ]