Programming with Reflection
XfrIndRecFm property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the record format for files being created on the host by an IND$FILE transfer.
This property affects IND$FILE transfer and is applicable to TSO or CMS 3270 sessions.
The default is rcVariable.
rcFixed Forces the host to create fixed-length records.
rcUndefined Forces the host to create files without a specific record format. (This value is only relevant for TSO hosts.)
rcVariable Forces the host to create variable-length records. Use this value to preserve the format of a binary file.
rcXfrRecFmDflt The record format is determined by the host.
This property is only relevant if the XfrHostSys property is set to rcTSO or rcCMS.