SMP/E for z/OS User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Example 1: Updating a module

SMP/E for z/OS User's Guide
SA23-2277-01

This is an example of a USERMOD that updates module MODULEA.

++USERMOD(USMP001)         /* SYSMOD ID of USERMOD.    */.
++VER(Z038)                 /* SREL for MVS.            */
     FMID(HMP1E00)          /* Applicable to SMPE.      */
     .                      /*                          */
++ZAP(MODULEA)             /* Name of module.           */
     DISTLIB(AOS12)         /* ddname of DLIB.          */
                            /*                          */.
  NAME MODULEA
* Verify existing ddname.
  VER  0050  404040404040404000
* Verify existing SYSOUT class.
  VER  0058  40
* Verify existing terminal assignment.
  VER  0059  00
* Replace with new data.
*            M Y P R I N T  = ddname
  REP  0050  D4E8D7D9C9D5E3
*            A              = SYSOUT class
  REP  0058  C1
Note:
  1. You should verify each location that you are going to update.
  2. You can specify only one name in the NAME statement.
  3. The changes made by the REP statements are explained by the preceding comment lines.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014