DB2 graphic  QMF Version 8

Verify QMF data sets on z/OS

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.

Table 22. Data sets used by QMF in TSO
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

Verify program load libraries on z/OS

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.

Figure 12. Program load libraries for ISPF, ISPF/PDF, QMF, DB2, and GDDM
//*************************************************************
//*     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 *
              
Verify GDDM data sets on z/OS

The GDDM data sets are allocated to the following DD names:

ADMGGMAP
GDDM map group for QMF-mapped panels
ADMCFORM
QMF-supplied chart forms
DSQUCFRM
User-defined ICUFORMS
Figure 13. QMF/GDDM data sets
//******************************************************************
//*        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


Go to the previous page Go to the next page

Downloads | Library | Support | Support Policy | Terms of use | Feedback
Copyright IBM Corporation 1982,2004 Copyright IBM Corporation 1982, 2004
timestamp Last updated: March, 2004