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


Updating the distribution library (ACCEPT)

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

Once the ACCEPT CHECK runs to your satisfaction, you are ready to accept the fix. Use the SMP/E dialogs or the following sample job to accept the corrective service:
//ACCEPT   JOB 'accounting info',MSGLEVEL=(1,1)
//ACCEPT   EXEC SMPPROC
//SMPCNTL  DD *
SET      BDY(DLIB1)         /* Set to DLIB zone.        */.
ACCEPT   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