Data Transfer Type
|
Description
|
---|---|
Text
|
Transmits text of a maximum length of 32767 characters or a macro variable for transfer
to the message queue.
|
Tables
|
Transmits records from a table (from a SAS data set, a DBMS table, or an XML table).
In order to successfully handle tables, the structure of the table must be included
on the receiving end so that input data values can be correctly formatted to accurately
reconstitute the data. A queue is mapped to the data set or table. Each message that is sent to the queue corresponds
to a database record.
|
Binary Files
|
Transmits files, provided that
the receiver understands the file format.
|