Previous Topic: LVOL

Next Topic: RECSEP


PACK

Indicates whether record packing is used. It can substantially improve performance.

CRLF

Inserts a carriage return (CR) and line feed (LF) characters at the end of each record. This is the packing type used for most CA XCOM Data Transport platforms.

LENGTH

Specifies that the records are to be packed into fixed‑size data transfer blocks. Each record begins with a 2‑byte long prefix that indicates the length of the record and determines how many records can be packed into a block. The default block size is 2K but it can be increased to 31K by using the MAXPACK parameter in the CA XCOM Data Transport Default Options Table or in the CA XCOM Data Transport control library member.

When transferring a text file to a partner that supports record separators (for example, CRLF (0D0A) on Windows and LF (0A) on UNIX), record separators are inserted. No separators are inserted in binary files transferred with PACK=LENGTH.

NO

No record packing is used.

Notes:

Default: NO