Previous Topic: LU

Next Topic: MGMTCLAS


LUSER

Specifies a user ID on the source system whose access privileges are used to execute the file transfer.

xxxxxxxx

Specifies up to eight alphanumeric characters representing a user ID whose access privileges on the source system are used for the file transfer.

Notes:

Default: The ID associated with the address space created when the file transfer request is made

DEFAULT_CONVERROR

This parameter identifies the action when the input file contains characters that cannot be converted. The characters 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: The DEFAULT_CONVERROR parameter in the destination member or CA XCOM Data Transport Default Options Table specifies the default.

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: The DEFAULT_INPUTERROR parameter in the destination member or CA XCOM Data Transport Default Options Table specifies the default.