InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrIndAvgBlk Property
In This Topic
    XfrIndAvgBlk Property
    In This Topic
    Gets or sets the size (in bytes) for an average block.
    Syntax
    expression.XfrIndAvgBlk 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

    This property affects IND$FILE transfer and is applicable only to 3270 sessions when the host is running TSO.

    This property is only relevant if the XfrHostSys property is set to Tso and if you are using blocks as your allocation unit (that is, the XfrIndAllocUnit property is set to Block).

    See Also