Run this step only if QMF Version 7.2 and the earlier release are on different DB2 UDB for OS/390 subsystems. The step frees the earlier application plan and drops various DB2 UDB for OS/390 entities that belong to the earlier QMF release.
// DSQ1DELA PROC RGN='2048K', Job-step region size // QMFTPRE='QMF720', QMF prefix // DB2EXIT='DSN710.SDSNEXIT', DB2 UDB for OS/390 exit library // DB2LOAD='DSN710.SDSNLOAD' DB2 UDB for OS/390 program library
DSN SYSTEM(DSN) FREE PLAN(QMF720)
Previous Release | Default |
---|---|
QMF Version 6.1 | QMF610 |
QMF Version 3.3 | QMF330 |
QMF Version 3.2 | QMF320 |
QMF Version 3.1.1 | QMF311 |
QMF Version 3.1 | QMF310 |
This member contains SQL statements to drop views, table spaces, databases, and storage groups.
If the previous QMF release does not have the receiving table space for the users' SAVE DATA commands and the IVP ( Step 17), delete the following statement:
DROP STOGROUP DSQSGDEFQMF720
This member contains statements to delete user managed datasets for QMF control tables. There is no need to run this step if it is managed by DB2 .
If the job fails, correct the error and rerun the job.
If you are performing a requester or server database installation, go to Step 38--Clean up security.