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.
- Edit QMF720.SDSQSAPE(DSQ1BFRM).
- 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
- Edit DSQ1CFRM COPY, which is referenced on the SYSIN of DSQ1BFRM.
- 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
- Submit QMF720.SDSQSAPE(DSQ1BFRM).
- Check for a return code of 0. If the return code is not 0, determine
which steps ran correctly:
- If some of DSQ1CFRM ran, edit DSQ1CFRM and remove the steps
that ran successfully. Otherwise, you will receive error messages
indicating that the objects are already there.
- If all of DSQ1CFRM ran and the trace file is allocated, edit
DSQ1BFRM and remove the last job step to create the QMF trace
data set DSQDEBUG.
[ Previous Page | Next Page | Contents | Index ]