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


Checking the update (APPLY CHECK)

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

The purpose of this job is to verify that the SYSMODs can be installed correctly and that you understand what libraries and load modules in the system are affected. You can use the SMP/E dialogs or the following sample job to do an APPLY CHECK for corrective service:
//APPLY    JOB 'accounting info',MSGLEVEL=(1,1)
//APPLYCHK EXEC SMPPROC
//SMPCNTL  DD *
SET      BDY(TGT1)          /* Set to target zone.      */.
APPLY    SELECT(            /* Install selected SYSMOD. */
                xxxxxxx     /* Specify SYSMOD name here.*/
               )            /*                          */
         CHECK              /* In check mode only.      */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014