SMP/E for z/OS Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 6: Receiving RELFILEs from DASD

SMP/E for z/OS Commands
SA23-2275-01

Suppose a PTF packaged in RELFILE format (UR00001) has been shipped to you electronically, and you have read the RELFILEs into DASD data sets. The high-level qualifier you used for the data set names is MYHLQ; the rest of the data set name follows the naming convention required by SMP/E. For example, the name of the data set containing RELFILE 1 is 'MYHLQ.UR00001.F1'. Now you want to receive the PTF from the DASD data sets. The following commands accomplish this task:
SET      BDY(GLOBAL)        /* Process global zone.     */.
RECEIVE  SYSMODS            /* Receive SYSMODs          */
         SOURCEID(IBMLINK)  /* and assign a SOURCEID.   */
         RFPREFIX(MYHLQ)    /* HLQ, RELFILEs on DASD.   */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014