Defining the CLIENT input for RECEIVE ORDER

The CLIENT data set is used by the SMP/E RECEIVE ORDER command to provide information about the local z/OS® system and network, as well as certain processing options. 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/J6.0"
  classpath="/usr/lpp/smp/classes"
  javadebugoptions="-Dcom.ibm.smp.debug=severe -showversion" downloadmethod="ftp">
  <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 downloads.