Example 1: Receiving SYSMODs into the SMPPTS data set

To receive SYSMODs into the SMPPTS data set, SMP/E must be directed to process the global zone. Suppose you want to receive PTFs from an ESO tape containing service level 0701 into the SMPPTS. To do this, specify the following set of commands:
SET      BDY(GLOBAL)        /* Process global zone.     */.
RECEIVE  SYSMODS            /* Receive SYSMODs.         */.
LIST     SYSMODS            /* List SYSMOD entry        */
         MCS                /* and MCS                  */
         SOURCEID(PUT0701)  /* for SYSMODS received.    */.

This causes all applicable SYSMODs to be received and to be assigned the source ID, specified in the ESO (in this case, 0701). The LIST command causes SMP/E to list the for all the SYSMODs just received.