- ddname
- Specified by the user.
- Use
- The CLIENT data set contains information about the local z/OS® system such as how to navigate
a local FTP firewall and HTTP proxy server, in addition to the location
of Java™ application classes
and Java debug options. This
information is used by the RECEIVE FROMNETWORK and RECEIVE ORDER commands,
as well as the GIMGTPKG service routine. The contents of the CLIENT
data set are described in the RECEIVE topic in SMP/E for z/OS Commands.
- Attributes
- Sequential or member of a partitioned data set; LRECL=80, RECFM=F
or FB.
- Device
- Direct access.
Note: This data set may reside in a UNIX file system. Specify PATHOPTS(ORDONLY) and either FILEDATA=TEXT or FILEDATA=BINARY on the DD statement
if it is to reside in a UNIX file
system. For simplicity, FILEDATA=TEXT is preferred,
and ensure the newline character (X'15') marks the
end of each line. If you use FILEDATA=BINARY, you
must ensure that each line is padded with blanks to the 80-byte record
length because there is no end of record marker in binary data.