SBDATACONN (FTP client and server) statement

This statement defines the conversions between file system code pages and network transfer code pages to be used for data transfer. You can also use the SIte and LOCSIte subcommands to set this keyword.

Server
Specifies the single-byte code pages used by the server for data connections.
Client
Specifies the single-byte code pages used by the client for data connections.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SBDATACONN--+-dsname-------------------------------------------+-><
               +-(file_system_codepage,network_transfer_codepage)-+   
               '-FTP_STANDARD_TABLE-------------------------------'   

Parameters

dsname
The fully qualified name of an MVS™ data set or z/OS® UNIX file containing the file system to network transfer translate table and the network transfer to file system translate table generated by the CONVXLAT utility. For more information about translation tables, see Translation tables.
file_system_codepage
The name of a code page that is recognized by iconv. The code page is used for data that is written in the file system.
network_transfer_codepage
The name of a code page that is recognized by iconv. The code page is used for data that is transferred on the network.
FTP_STANDARD_TABLE
Indicates that the FTP internal tables, which are the same as the tables that are shipped in TCPXLBIN(STANDARD), are to be used.

Examples

SBDATACONN (IBM-037,IBM-858)

Usage notes

Related topics