expression.Xfr400RefFile As String
where expression is a variable that represents a FileTransfer Object
expression.Xfr400RefFile As String
This property is only relevant when Xfr400Objects is set to CreateFileAndMember and Xfr400UseDescriptionFile is True.
Specify a reference file using the following syntax:
[library name]/[filename]
The [library name] indicates the library in which the reference file resides. The [filename] is the name of the AS/400 database file that contains the field descriptions.
For example:
FileTransfer.Xfr400RefFile = "mylib/myfile"
This property affects AS/400 data transfer and is only relevant for 5250 sessions. The default is "". This string can contain up to 220 characters.
For more information on creating AS/400 files, see your AS/400 documentation.