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


Generating a service request using the RECEIVE ORDER Command

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

You can order specific PTFs by name and you can order PTFs that resolve specific APARs. The package that results from such an order is tailored to your SMP/E environment and contains the PTFs you requested, plus any requisite PTFs if those requisites are not already present in your environment.

You can use the SMP/E dialogs or the following sample 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 BOUNDARY(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: IBM Automated Delivery Request server can be found at https://eccgw02.rochester.ibm.com/services/projects/ecc/ws/.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014