UCSHOSTCS (FTP client and server) statement

Use the UCSHOSTCS statement to specify the EBCDIC code set to be used for data conversion to or from Unicode. If the UCSHOSTCS statement is not used, the current code set for FTP host is used.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-UCSHOSTCS--code_set-----------------------------------------><

Parameters

code_set
The EBCDIC code set that is to be used when converting to or from Unicode. See the z/OS XL C/C++ Programming Guide for the valid EBCDIC code set names.

Examples

To set up for conversion between Unicode and IBM® 932, use the following code:
 UCSHOSTCS IBM-932

Related topics