Freeing an earlier application plan

Run this step only when QMF Version 7.2 and the previous release are on the same DB2 UDB for OS/390 subsystem.

  1. Edit QMF720.SDSQSAPE(DSQ1JFPL).
  2. Change the job statement to conform to your site's conventions.
  3. Verify, or change if necessary, the values of the parameters in the instream procedure of the job.
    //DSQ1JFPL 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
  4. Edit QMF720.SDSQSAPE(DSQ1DEL1).
  5. Replace DSN with the name of the DB2 UDB for OS/390 subsystem, and replace QMF720 with the name of the application plan of the previous release.
    DSN SYSTEM(DSN)
    FREE PLAN(QMF720)
    Table 12. QMF release defaults
    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
  6. Submit the job QMF720.SDSQSAPE(DSQ1JFPL).

    If the job fails, correct the error and rerun the job.

[ Previous Page | Next Page | Contents | Index ]