Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQSubmitBatch Property
In This Topic
WRQSubmitBatch Property
In This Topic
Returns or specifies whether a file is submitted to the batch queue upon completion of an ASCII transfer to a VMS host.
Syntax
expression.WRQSubmitBatch As Boolean
where expression is a variable that represents a FileTransfer Object
Remarks
After a file is submitted to the batch queue, it is automatically deleted on the host unless the WRQKeepFile property is true.

This property is only relevant for transfers to VMS hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.VMS).

This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is false.
See Also