Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / AS400ObjectsOption Enumeration
In This Topic
AS400ObjectsOption Enumeration
In This Topic
Specifies whether data should be transferred to a new member on the AS/400 or to an existing member, and whether the file that will contain the member already exists.
Members
MemberDescription
CreateFileAndMemberCreates a new member within a new host file.
CreateMemberCreates a new member within an existing host file.
RepMemberSends to an existing member in an existing file. Before overwriting the existing member, Reflection does not prompt you to confirm the overwrite action.
RepMemberConfSends to an existing member in an existing file. Before overwriting the existing member, Reflection prompts you to confirm the overwrite action.
Remarks
This property affects AS/400 data transfer and is only relevant for 5250 sessions.
See Also