Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrIndSecAlloc Property
In This Topic
    XfrIndSecAlloc Property
    In This Topic
    Gets or sets the size of any additional allocations (in Allocation Units, as specified by the XfrIndAllocUnit property) in the event that the primary allocation is not sufficient.
    Syntax
    expression.XfrIndSecAlloc As Integer
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default is 0. The range of values is 0 - 32,768.
    Remarks

    Multiple secondary allocations (known as "extents") are allowed, up to a host-specified limit (generally 15). This property affects IND$FILE transfer and is applicable to 3270 sessions only.

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

    See Also