Run this step if the DB2 UDB for OS/390 subsystem for QMF does not contain an earlier release of QMF.
This step contains two install jobs:
DSQ1TBAJ allocates the alias for the QMF control tables and views. The job does its work through a series of IDCAMS statements.
//DSQ1TBAJ PROC RGN='2048K', Job-step region size // QMFTPRE='QMF720 ', Prefix for QMF target libraries
If DB2 UDB for OS/390 is at Version 2 Release 3 and the server system is remote (not in local system), you must insert a /*ROUTE XEQ JCL statement for JES2 and //*ROUTE XEQ JCL statement for JES3 after the jobcard. These statements are required. You must allocate the alias and VSAM data sets at the remote server system by executing this job through the ROUTE card at that remote server system.
DSQ1TBLR
The job step defines the alias for QMF in the DB2 UDB for OS/390 VSAM catalog. It contains this statement:
DEFINE ALIAS - (NAME('QMFDSN') RELATE('DSNC7101.USER.CATALOG'))
If the first step fails, examine SYSPRINT for error messages and rerun the job after you correct the error. If the second step fails, restart DSQ1VSTA. If you receive an SQLCODE 203 on the location, then see the section Appendix A. Miscellaneous.
DSQ1TBLJ creates and loads QMF control tables and catalog views by working through a series of DB2 UDB for OS/390 statements.
//DSQ1TBLJ PROC RGN='2048K', Job-step region size // QMFTPRE='QMF720 ', Prefix for QMF target libraries // DB2EXIT='DSN710 .SDSNEXIT', Exit DB2 UDB for OS/390 library name // DB2LOAD='DSN710 .SDSNLOAD' DB2 UDB for OS/390 program library name
CREATE STOGROUP PASSWORD(password)
Do not proceed if the return code is other than zero or four. Examine SYSTSPRT or SYSPRINT for error messages. Perform corrective actions and rerun the job.