Previous Topic: DEFAULT_CONVERRORNext Topic: DEFAULT_INPUTERROR


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: