InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400JoinByString Property
In This Topic
Xfr400JoinByString Property
In This Topic
Gets or sets how to combine data from multiple files.
Syntax
expression.Xfr400JoinByString As String
where expression is a variable that represents a FileTransfer Object
Remarks
You can create a Join By statement only if multiple files or members are selected.

This property affects AS/400 data transfer and is only relevant to 5250 sessions. The default is "".

Use the following syntax to create the string (maximum 220 characters):

[field name1](test)[field name2]

See Also