InfoConnect for Airlines VBA Guide
XfrIndLRecl Property
Gets or sets the record size (in bytes) for files being created on the host as the result of a transfer.
Syntax
Object.XfrIndLRecl As Long

Property Value

The default is 0. The range of values is 0 - 32,768
Remarks
If you do not specify a record size, it is determined by the host. This property affects IND$FILE transfer and is applicable to 3270 sessions when the host is running TSO or CMS.

This property is only relevant if the XfrHostSys property is set to Tso or Cms.

See Also