CCTRANS (FTP client) statement
Use the CCTRANS statement to specify the SBCS translation table the FTP client uses for the control connection. The FTP client uses the translation table in the user_id.dsn_qual.TCPXLBIN data set. If that data set does not exist, the FTP client uses the hlq.dsn_qual.TCPXLBIN data set.
Parameters
- dsn_qual
- The data set name qualifier for the translation table.
Examples
CCTRANS CTRL ; use USER33.CTRL.TCPXLBIN when ftp
; is used by USER33
Usage notes
- CTRLCONN and CCTRANS are mutually exclusive statements. If both statements appear in the FTP.DATA file, CCTRANS is ignored.
- EXTENSION UTF8 and CCTRANS are mutually exclusive statements. If both statements appear in the FTP.DATA file, CCTRANS is ignored.
