UCSSUB (FTP client and server) statement

Use the UCSSUB statement to specify whether Unicode-to-EBCDIC conversion should use the EBCDIC substitution character or cause the data transfer to be terminated if a Unicode character cannot be converted to a character in the target EBCDIC code set.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-UCSSUB FALSE------.   
>>-+-------------------+---------------------------------------><
   '-UCSSUB--+-TRUE--+-'   
             '-FALSE-'     

Parameters

TRUE
Specifies that the EBCDIC substitution character is used to replace any Unicode character that cannot successfully be converted. Data transfer continues.
FALSE
Specifies that the data transfer is terminated if any Unicode character cannot be successfully converted.

Examples

To specify that data transfer should be terminated if unicode translation is unsuccessful, use the following code:
UCSSUB FALSE

Related topics