SBTRANS (FTP client) statement

Use the SBTRANS statement to specify the SBCS translation table to be used for the data connection. This table is used for SBCS and DBCS data transfers. FTP uses the translation table in the user_id.dsn_qual.TCPXLBIN data set. If the user_id.dsn_qual.TCPXLBIN data set does not exist, FTP uses the hlq.dsn_qual.TCPXLBIN data set.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SBTRANS--dsn_qual-------------------------------------------><

Parameters

dsn_qual
Specifies the data set qualifier used to name the translation table.

Examples

SBTRANS  DATA  ;  use USER33.DATA.TCPXLBIN when ftp
               ;  is used by USER33

Usage notes

SBDATACONN and SBTRANS are mutually exclusive statements. If both statements appear in the FTP.DATA file, SBTRANS is ignored.

Related topics

SBDATACONN (FTP client and server) statement