Previous Topic: COMPNEG

Next Topic: DIR


CRUSSDIR

Specifies whether CA XCOM Data Transport is allowed to create a USS directory if FILEOPT=CREATE and the directory does not exist.

Default: Y

Note: If CRUSSDIR=N and the directory does not exist, then CA XCOM Data Transport displays an error message.

DEALLOCMSG

Specifies the MSG147/MSG367 after deallocation.

YES

Specifies that the following messages are to be issued after the file received is deallocated.

XCOMM0147I nnnnnnnnnn RECORDS RECEIVED SUCCESSFULLY - FILE=DSNAME.

XCOMM0367I nnnnnnnnnn BLOCKS nnnnnnnnnn RECORDS RECEIVED SUCCESSFULLY - FILE=DSNAME.

NO

Specifies that the messages are issued immediately after the file transfer is completed before the file is deallocated by the CA XCOM server.

Default: NO

DEFAULT_CHARSET

This parameter specifies the default character set CA XCOM Data Transport uses for Unicode transfers (CODE=UTF8 or CODE=UTF16).

CCSID#nnnnn/tttttttt

nnnnnn - specifies the CCSID number that corresponds to the character set. Valid values are 1 - 65535.

tttttttt (optional) – specifies the technique search order IBM Unicode Services uses when performing conversion. From 1 to 8 characters are specified. Valid values to use are:

R - Roundtrip conversion

E - Enforced Subset conversion

C - Customized conversion

L - Language Environment Behavior conversion

M - Modified for special use conversion

B - Bidi transformation (Bi-directional) conversion

0-9 - User defined conversions

Default: CCSID#37 (US EBCDIC)

Notes:

DEFAULT_CONVERROR

This parameter identifies the action when the input file contains characters that cannot be converted as they are not included within the output character sets character repertoire.

REPLACE

Replace each unconvertible character with the default substitution characters defined for the Unicode character set.

REPLACE#nnnnnnn

Replace each unconvertible character with the Unicode character that the decimal value nnnnnnn identifies. If the specified replacement character cannot be represented in the output character set, then the transfer is failed. This option is not supported for z/OS systems, where the replacement character is defined in the conversion table that is defined to IBM Unicode Services. This option is treated as REPLACE. The replacement character has a valid range of 1 – 1114111.

SKIP

The erroneous data is disregarded, but a warning message is issued at the end of the transfer. The message identifies that this condition occurred and provides a total count of the number of skipped characters. This option is not supported for z/OS systems and is treated as REPLACE.

FAIL

The transfer terminates with an error condition.

Default: FAIL

Note: DEFAULT_CONVERROR is used when z/OS is the remote partner and MBCS_CONVERROR is not specified.

DEFAULT_DELIM

This parameter specifies an optional encoding for which the specified DEFAULT_CHARSET is based. If specified, encoding must be EBCDIC and the first option in the list.

Additionally it specifies a list of delimiters to use for USS-based output files when FILEDATA=TEXT.

Used only for UNICODE transfers (CODE=UTF8 or CODE=UTF16).

Valid options:

EBCDIC – The specified character-set is EBCDIC encoded.

NA – Not applicable, the system default delimiter is used.

NL – New line

CR – Carriage return

LF – Line feed

CRLF – Carriage return/Line feed

LFCR – Line feed/Carriage return

CRNL – Carriage return/New line

Default: EBCDIC:NA

Notes:

DEFAULT_INPUTERROR

This parameter identifies the appropriate action when the input file contains data that is not consistent with the specified input character set.

REPLACE

Replace each piece of erroneous data with the default substitution characters defined for the Unicode character set.

REPLACE#nnnnnnn

Replace each piece of erroneous data with the Unicode character that the decimal value nnnnnnn identifies. This option is not supported for z/OS systems, where the replacement character is defined in the conversion table that is defined to IBM Unicode Services. This option is treated as REPLACE. The replacement character has a valid range of 1 – 1114111.

SKIP

The erroneous data is disregarded, but a warning message is issued at the end of the transfer. The message identifies that this condition occurred and provides a total count of the number of ignored bytes. This option is not supported for z/OS systems and is treated as REPLACE.

FAIL

The transfer terminates with an error condition.

Default: FAIL

Note: DEFAULT_INPUTERROR is used when z/OS is the local partner and MBCS_INPUTERROR is not specified.