Programming with Reflection

image\rwnprg32.gif XfrIndRecFm property

 

Syntax

object.XfrIndRecFm
object.XfrIndRecFm = Value

Data type

Enumeration

 

Description

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.

Values

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.

Comments

This property is only relevant if the XfrHostSys property is set to rcTSO or rcCMS.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property