Run this step if the DB2 UDB for OS/390 subsystem you selected for QMF Version 7.2 currently contains QMF Version 2.4.
This install step contains three jobs:
This job stops the QMF profile index space so that it can be redefined in the next step.
Issue the STOP command in QMF720.SDSQSAPE(DSQ1TBD1) to stop the index space at the server.
//DSQ1TBD1 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
Do not proceed if the return code is other than zero. Examine SYSTSPRT or SYSPRINT for error messages. Perform corrective actions and then rerun this job.
This job allocates VSAM files for the QMF index space for Q.PROFILEX. The job works through a series of IDCAMS statements.
If DB2 UDB for OS/390 is 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 the remote server system.
//DSQ1TBA1 PROC RGN='2048K', Job-step region size // QMFTPRE='QMF720 ' Prefix for the target libraries
Examine SYSPRINT for error messages. You can ignore the following message if you receive it on the DELETE and PURGE of the cluster:
IDG3012I Entry QMFDSN.DSNDBC.DSQDBCTL.PROFILEX I001,A001.
DSQ1TBJ0 alters a control table, drops and recreates a control table index, creates the Q.DSQ_RESERVED table space and control table, and creates the QMF catalog views. The job works through a series of DB2 UDB for OS/390 statements and has several members.
//DSQ1TBD1 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 this job.