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.
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 44 lists the load libraries.
//************************************************************* //* PROGRAM LOAD LIBRARIES * //************************************************************* //STEPLIB DD DSN=QMF720.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=DSN720.SDSNEXIT,DISP=SHR * DB2 MODULES * // DD DSN=DSN720.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=QMF720.DSQMAPE,DISP=SHR * GDDM Map Group //ADMCFORM DD DSN=QMF720.DSQCHART,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