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


Updating the target library (APPLY)

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

Once the APPLY CHECK runs to your satisfaction, you are ready to install the USERMOD. Use the SMP/E dialogs or the following sample job to apply it:
//APPLY    JOB 'accounting info',MSGLEVEL=(1,1)
//APPLY    EXEC SMPPROC
//SMPCNTL  DD *
SET      BDY(TGT1)          /* Set to target zone.      */.
APPLY    SELECT(            /* Install selected SYSMOD. */
                xxxxxxx     /* Specify SYSMOD name here.*/
               )            /*                          */
                            /* Note no check operand.   */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014