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


Defining the CLIENT input for RECEIVE ORDER

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

The CLIENT data set is used by the SMP/E RECEIVE ORDER command to provide information about the local z/OS® system and network. The information is described using the <CLIENT> tag and attributes that are defined in detail in SMP/E for z/OS Commands. Here is an example:
<CLIENT
  javahome="/usr/lpp/java/J1.4"
  classpath="/usr/lpp/smp/classes"
  javadebugoptions="-Dcom.ibm.smp.debug=severe -showversion">
  <HTTPPROXY host=”local.httpproxy.com”>
  </HTTPPROXY>
  <FTPOPTIONS>-v -f "//'USER1.FTP.DATA'"</FTPOPTIONS>
  </FIREWALL>
    <SERVER host=”local.ftpproxy.com”> </SERVER>
    <FIRECMD>&REMOTE_USER;@&REMOTE_HOST;</FIRECMD>
    <FIRECMD>&REMOTE_PW;</FIRECMD>
  </FIREWALL>
</CLIENT>
Not all tags and attributes shown in the example are required for every user, but are explained later in this section. The options of the CLIENT data set can be grouped into three categories: options that affect Java™, options that affect HTTPS, and options that affect FTP.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014