This parameter indicates whether record-packing is used and it can substantially improve performance.
Specifies that carriage returns and line feed characters is inserted at the end of each record. All systems use this type of record packing.
Specifies that the records are 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 2 K but it can be increased to 31 K 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). The record separators are inserted. No separators are inserted in binary files that are transferred with PACK=LENGTH.
Specifies that no record packing is used.
Default: NO
Notes:
| Copyright © 2012 CA. All rights reserved. |
|