The following list of data sets is used by QMF in TSO. These files are allocated to DD names beginning with DSQ. If you want to allocate them differently, you must change the invocation exec.
Data set | Purpose |
---|---|
DSQPNLE | QMF panel file |
DSQUDUMP | QMF snap dump output |
DSQDEBUG | QMF trace dump output |
DSQSPRINT | Print data output |
DSQSPILL | Spill data file |
DSQEDIT | Edit transfer file |
The DB2 database and the load libraries for ISPF, ISPF/PDF, QMF, DB2, and GDDM must be available from the STEPLIB statement or through a CLIST before starting QMF. Figure 12 lists the load libraries.
//************************************************************* //* PROGRAM LOAD LIBRARIES * //************************************************************* //STEPLIB DD DSN=QMF810.SDSQLOAD,DISP=SHR * QMF MODULES * // DD DSN=ISR.V41IM0.ISRLOAD,DISP=SHR * PDF MODULES * OPT. // for non-ISPF users // DD DSN=ISP.V4R1M0.ISPLOAD,DISP=SHR * ISPF MODULES * OPT. // for non-ISPF users // DD DSN=DSN810.SDSNEXIT,DISP=SHR * DB2 MODULES * // DD DSN=DSN810.SDSNLOAD,DISP=SHR * DB2 MODULES * // DD DSN=GDDM230.SADMMOD,DISP=SHR * GDDM MODULES *
The GDDM data sets are allocated to the following DD names:
//****************************************************************** //* QMF/GDDM DATA SETS * //****************************************************************** //ADMGGMAP DD DSN=QMF810.SDSQMAPE,DISP=SHR * GDDM Map Group //ADMCFORM DD DSN=QMF810.SDSQCHRT,DISP=SHR * QMF-Supplied Chart Forms //DSQUCFRM DD DSN=aaaaaa,DISP=SHR * Saves User-defined ICUFORMS //ADMCDATA DD DSN=xxxx,DISP=SHR //ADMGDF DD DSN=xxxx,DISP=SHR //ADMSYMBL DD DSN=xxxx,DISP=SHR