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


Example

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

Start of change
Here is an example job using the SMP/E GIMGTPKG service routine to download a product or service package from the IBM secure delivery server using the HTTPS protocol:
//jobname  JOB ...
//step     EXEC PGM=GIMGTPKG
//SMPNTS   DD PATH='/u/smpe/smpnts/',PATHDISP=KEEP
//SMPOUT   DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SMPCLNT  DD *
  <CLIENT
    javahome="/usr/lpp/java/J6.0"
    downloadmethod="https"
    downloadkeyring=”javatruststore”>
  </CLIENT>
/*
//SMPSRVR  DD *
  <SERVER
    host="download3.boulder.ibm.com"
    user="B161a167"
    pw="p5736b6D">
    <PACKAGE
      file="2014011762984/PROD/GIMPAF.XML"
      hash="E01777A6B0B45BCC919054DABCD0B17FBED6859B"
      id="U00563746">
    </PACKAGE>
  </SERVER>
/*  

This sample job instructs the GIMGTPKG service routine to download the package files using the HTTPS protocol, using the certificate authority certificates in the default Java truststore. The package of files resides on an IBM server, described by the <SERVER> information, which is unique for a particular order and is provided by IBM.

End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014