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


Requesting a new PTF order with the RECEIVE ORDER command

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

Assume you want to order two specific PTFs (UQ12345 and UQ98765). You can accomplish this task by specifying the following SMP/E job:
   //jobname   JOB ...
   //RECEIVE   EXEC PGM=GIMSMP
   //SMPCSI    DD DSN=SMPE.GLOBAL.CSI,DISP=SHR
   //SMPNTS    DD PATH='/u/smpe/smpnts/',PATHDISP=KEEP
   //SMPOUT    DD SYSOUT=*
   //SMPRPT    DD SYSOUT=*
   //SYSPRINT  DD SYSOUT=*
   //SMPCNTL   DD *
     SET       BOUNDRY(GLOBAL).
     RECEIVE   SYSMODS HOLDDATA
               ORDER(                    /* Place an order for service */
                 ORDERSERVER(ORDRSRVR)
                 CONTENT(
                   PTFS(UQ12345,UQ98765) /* Get these PTFs, and any.. */
                        )                /* ..requisites..            */
                 FORTGTZONES(ZOS14)      /* ..for this target zone    */
                    ).
   /*
   //ORDRSRVR  DD *
     <ORDERSERVER
      url="https://eccgw01.boulder.ibm.com/services/projects/ecc/ws/"
      keyring="MRWKYRNG"
      certificate="SMPE Client Certificate">
     </ORDERSERVER>
/*
Note: An alternative url for the IBM Automated Delivery Request server is https://eccgw02.rochester.ibm.com/services/projects/ecc/ws/.
In addition to receiving the specified PTFs, you receive any requisites for these PTFs that are not already present in the ZOS14 target zone.

For a more complete description of all the RECEIVE command operands and other examples, see the RECEIVE command section in SMP/E for z/OS Commands..

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014