Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 698 Bytes

sending-binary-data-to-the-host2.md

File metadata and controls

15 lines (14 loc) · 698 Bytes
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Sending Binary Data to the Host
Sending Binary Data to the Host2
11/30/2017
host-integration-server
article

Sending Binary Data to the Host

The Transaction Integrator (TI) run-time environment does not translate binary data (Byte in Visual Basic, VT_UI1 in Automation, or unsigned char in C++) when it sends it to the mainframe. Instead, TI copies the binary data unchanged into a PIC X data representation on the mainframe. To define a string of binary data, define it as an array.

See Also

Host and Automation Data